#AB567B

Color #AB567B Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AB567B

Tints of Royal Heath #AB567B

Color information

#AB567B (or 0xAB567B) is unknown color: approx Royal Heath. HEX triplet: AB, 56 and 7B. RGB value is (171,86,123). Sum of RGB (Red+Green+Blue) = 171+86+123=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB567B is #54A984. Grayscale: #737373. Windows color (decimal): -5548421 or 8083115. OLE color: 8083115.

HSL color Cylindrical-coordinate representation of color #AB567B: hue angle of 333.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB567B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17186123-
CMYK00.500.280.33
HSL333.88º33.6%50.39%-
HSV(B)333.88º49.71%67.06%-
XYZ23.716.7420.72-
YUV115.63132.16167.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=45%
G=22.63%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718612300.500.280.33333.8833.650.39
HexAB567B0321C2114e2232
Octal25312617306234415164262
Binary1010101110101101111011011001011100100001101001110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB567B; }

 p { color: rgb(171,86,123); }

 H1.HeaderClassName
 {
   color: #AB567B;
 }
 .AnyTagClassName
 {
   color: #AB567B;
 }
</style>
background-color css

<style>
 a { background-color: #AB567B; }

 a { background-color: rgb(171,86,123); }

 div.DivClassName
 {
   background-color: #AB567B;
 }
 .BgClassName
 {
   background-color: #AB567B;
 }
</style>
border-color css

<style>
 span { border-color: #AB567B; }

 span { border-color: rgb(171,86,123); }

 td.TdClassName
 {
   border-color: #AB567B;
 }
 .TagClassName
 {
   border-color: #AB567B;
 }
</style>