Html Css Color HEX #AB5476 Royal Heath

📋 copy color: '#AB5476'

red 171 ◦ green 84 ◦ blue 118

#AB5476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AB5476

Tints of Royal Heath #AB5476

RGB

 RED value IS 171 (67.19% from 255) = 45.84%

 GREEN value IS 84 (33.2% from 255) = 22.52%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 45.84%
G = 22.52%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB5476 (or 0xAB5476) is known color: Royal Heath. HEX triplet: AB, 54 and 76. RGB value is (171,84,118). Sum of RGB (Red+Green+Blue) = 171+84+118=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5476 is #54AB89. Grayscale: #717171. Windows color (decimal): -5548938 or 7754923. OLE color: 7754923.

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

Color convert

RGB 171 84 118 -
CMYK 0 0.51 0.31 0.33
HSL 336.55º 0.34% 0.5% -
HSV(B) 336.55º 0.51% 0.67% -
XYZ 23.23 16.31 19.06 -
YUV 113.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 171 84 118 0 0.51 0.31 0.33 336.55 0.34 0.5
Hex AB 54 76 0 33 1F 21 151 22 32
Octal 253 124 166 0 63 37 41 521 42 62
Binary 10101011 1010100 1110110 0 110011 11111 100001 101010001 100010 110010

Color Harmonies of #AB5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5476

Black with #AB5476

Text Example


Text Example

White with #AB5476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5476; }

 p { color: rgb(171,84,118); }

 H1.HeaderClassName
 {
   color: #AB5476;
 }
 .AnyTagClassName
 {
   color: #AB5476;
 }
</style>

background-color css

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

 a { background-color: rgb(171,84,118); }

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

border-color css

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

 span { border-color: rgb(171,84,118); }

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