#AB567A

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

Shades of Royal Heath #AB567A

Tints of Royal Heath #AB567A

Color information

#AB567A (or 0xAB567A) is unknown color: approx Royal Heath. HEX triplet: AB, 56 and 7A. RGB value is (171,86,122). Sum of RGB (Red+Green+Blue) = 171+86+122=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB567A is #54A985. Grayscale: #737373. Windows color (decimal): -5548422 or 8017579. OLE color: 8017579.

HSL color Cylindrical-coordinate representation of color #AB567A: hue angle of 334.59º 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 #AB567A is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17186122-
CMYK00.500.290.33
HSL334.59º33.6%50.39%-
HSV(B)334.59º49.71%67.06%-
XYZ23.6416.7220.39-
YUV115.52131.66167.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=45.12%
G=22.69%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718612200.500.290.33334.5933.650.39
HexAB567A0321D2114f2232
Octal25312617206235415174262
Binary1010101110101101111010011001011101100001101001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB567A; }

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

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

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

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

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

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

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

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