Html Css Color HEX #AB5972 Royal Heath

📋 copy color: '#AB5972'

red 171 ◦ green 89 ◦ blue 114

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

Shades of Royal Heath #AB5972

Tints of Royal Heath #AB5972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 45.72%
G = 23.8%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB5972 (or 0xAB5972) is known color: Royal Heath. HEX triplet: AB, 59 and 72. RGB value is (171,89,114). Sum of RGB (Red+Green+Blue) = 171+89+114=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5972 is #54A68D. Grayscale: #747474. Windows color (decimal): -5547662 or 7494059. OLE color: 7494059.

HSL color Cylindrical-coordinate representation of color #AB5972: hue angle of 341.71º 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 #AB5972 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 89 114 -
CMYK 0 0.48 0.33 0.33
HSL 341.71º 0.33% 0.51% -
HSV(B) 341.71º 0.48% 0.67% -
XYZ 23.4 17.02 17.97 -
YUV 116.37 126.67 166.97 -
System Red Green Blue C M Y K H S L
Decimal 171 89 114 0 0.48 0.33 0.33 341.71 0.33 0.51
Hex AB 59 72 0 30 21 21 156 21 33
Octal 253 131 162 0 60 41 41 526 41 63
Binary 10101011 1011001 1110010 0 110000 100001 100001 101010110 100001 110011

Color Harmonies of #AB5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5972

Black with #AB5972

Text Example


Text Example

White with #AB5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5972; }

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

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

background-color css

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

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

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

border-color css

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

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

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