#AB4378

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

Shades of Royal Heath #AB4378

Tints of Royal Heath #AB4378

Color information

#AB4378 (or 0xAB4378) is unknown color: approx Royal Heath. HEX triplet: AB, 43 and 78. RGB value is (171,67,120). Sum of RGB (Red+Green+Blue) = 171+67+120=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4378 is #54BC87. Grayscale: #686868. Windows color (decimal): -5553288 or 7881643. OLE color: 7881643.

HSL color Cylindrical-coordinate representation of color #AB4378: hue angle of 329.42º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4378 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB17167120-
CMYK00.610.300.33
HSL329.42º43.7%46.67%-
HSV(B)329.42º60.82%67.06%-
XYZ22.1914.0319.31-
YUV104.14136.96175.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.77%
GREEN value IS 67 (26.56% from 255) = 18.72%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=47.77%
G=18.72%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716712000.610.300.33329.4243.746.67
HexAB437803D1E211492c2f
Octal25310317007536415115457
Binary1010101110000111111000011110111110100001101001001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4378; }

 p { color: rgb(171,67,120); }

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

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

 a { background-color: rgb(171,67,120); }

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

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

 span { border-color: rgb(171,67,120); }

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