#AB5774

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

Shades of Royal Heath #AB5774

Tints of Royal Heath #AB5774

Color information

#AB5774 (or 0xAB5774) is unknown color: approx Royal Heath. HEX triplet: AB, 57 and 74. RGB value is (171,87,116). Sum of RGB (Red+Green+Blue) = 171+87+116=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5774 is #54A88B. Grayscale: #737373. Windows color (decimal): -5548172 or 7624619. OLE color: 7624619.

HSL color Cylindrical-coordinate representation of color #AB5774: hue angle of 339.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5774 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB17187116-
CMYK00.490.320.33
HSL339.29º33.33%50.59%-
HSV(B)339.29º49.12%67.06%-
XYZ23.3616.7418.52-
YUV115.42128.33167.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=45.72%
G=23.26%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718711600.490.320.33339.2933.3350.59
HexAB577403120211532133
Octal25312716406140415234163
Binary10101011101011111101000110001100000100001101010011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5774; }

 p { color: rgb(171,87,116); }

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

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

 a { background-color: rgb(171,87,116); }

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

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

 span { border-color: rgb(171,87,116); }

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