Html Css Color HEX #AB5976 Royal Heath

📋 copy color: '#AB5976'

red 171 ◦ green 89 ◦ blue 118

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

Shades of Royal Heath #AB5976

Tints of Royal Heath #AB5976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 45.24%
G = 23.54%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB5976 (or 0xAB5976) is known color: Royal Heath. HEX triplet: AB, 59 and 76. RGB value is (171,89,118). Sum of RGB (Red+Green+Blue) = 171+89+118=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5976 is #54A689. Grayscale: #747474. Windows color (decimal): -5547658 or 7756203. OLE color: 7756203.

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

Color convert

RGB 171 89 118 -
CMYK 0 0.48 0.31 0.33
HSL 338.78º 0.33% 0.51% -
HSV(B) 338.78º 0.48% 0.67% -
XYZ 23.64 17.11 19.2 -
YUV 116.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 171 89 118 0 0.48 0.31 0.33 338.78 0.33 0.51
Hex AB 59 76 0 30 1F 21 153 21 33
Octal 253 131 166 0 60 37 41 523 41 63
Binary 10101011 1011001 1110110 0 110000 11111 100001 101010011 100001 110011

Color Harmonies of #AB5976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5976

Black with #AB5976

Text Example


Text Example

White with #AB5976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5976; }

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

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

background-color css

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

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

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

border-color css

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

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

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