Html Css Color HEX #AB5978 Royal Heath

📋 copy color: '#AB5978'

red 171 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #AB5978

Tints of Royal Heath #AB5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 45%
G = 23.42%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB5978 (or 0xAB5978) is known color: Royal Heath. HEX triplet: AB, 59 and 78. RGB value is (171,89,120). Sum of RGB (Red+Green+Blue) = 171+89+120=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5978 is #54A687. Grayscale: #757575. Windows color (decimal): -5547656 or 7887275. OLE color: 7887275.

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

Color convert

RGB 171 89 120 -
CMYK 0 0.48 0.30 0.33
HSL 337.32º 0.33% 0.51% -
HSV(B) 337.32º 0.48% 0.67% -
XYZ 23.76 17.16 19.83 -
YUV 117.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 171 89 120 0 0.48 0.30 0.33 337.32 0.33 0.51
Hex AB 59 78 0 30 1E 21 151 21 33
Octal 253 131 170 0 60 36 41 521 41 63
Binary 10101011 1011001 1111000 0 110000 11110 100001 101010001 100001 110011

Color Harmonies of #AB5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5978

Black with #AB5978

Text Example


Text Example

White with #AB5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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