#AB5277

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

Shades of Royal Heath #AB5277

Tints of Royal Heath #AB5277

Color information

#AB5277 (or 0xAB5277) is unknown color: approx Royal Heath. HEX triplet: AB, 52 and 77. RGB value is (171,82,119). Sum of RGB (Red+Green+Blue) = 171+82+119=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5277 is #54AD88. Grayscale: #707070. Windows color (decimal): -5549449 or 7819947. OLE color: 7819947.

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

Color convert

RGB17182119-
CMYK00.520.300.33
HSL335.06º35.18%49.61%-
HSV(B)335.06º52.05%67.06%-
XYZ23.1416.0219.33-
YUV112.83131.49169.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.97%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=45.97%
G=22.04%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718211900.520.300.33335.0635.1849.61
HexAB52770341E2114f2332
Octal25312216706436415174362
Binary1010101110100101110111011010011110100001101001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5277; }

 p { color: rgb(171,82,119); }

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

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

 a { background-color: rgb(171,82,119); }

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

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

 span { border-color: rgb(171,82,119); }

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