Html Css Color HEX #AB5979 Royal Heath

📋 copy color: '#AB5979'

red 171 ◦ green 89 ◦ blue 121

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

Shades of Royal Heath #AB5979

Tints of Royal Heath #AB5979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.76%

R = 44.88%
G = 23.36%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB5979 (or 0xAB5979) is known color: Royal Heath. HEX triplet: AB, 59 and 79. RGB value is (171,89,121). Sum of RGB (Red+Green+Blue) = 171+89+121=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5979 is #54A686. Grayscale: #757575. Windows color (decimal): -5547655 or 7952811. OLE color: 7952811.

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

Color convert

RGB 171 89 121 -
CMYK 0 0.48 0.29 0.33
HSL 336.59º 0.33% 0.51% -
HSV(B) 336.59º 0.48% 0.67% -
XYZ 23.82 17.18 20.15 -
YUV 117.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 171 89 121 0 0.48 0.29 0.33 336.59 0.33 0.51
Hex AB 59 79 0 30 1D 21 151 21 33
Octal 253 131 171 0 60 35 41 521 41 63
Binary 10101011 1011001 1111001 0 110000 11101 100001 101010001 100001 110011

Color Harmonies of #AB5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5979

Black with #AB5979

Text Example


Text Example

White with #AB5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5979; }

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

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

background-color css

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

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

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

border-color css

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

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

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