Html Css Color HEX #AB5974 Royal Heath

📋 copy color: '#AB5974'

red 171 ◦ green 89 ◦ blue 116

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

Shades of Royal Heath #AB5974

Tints of Royal Heath #AB5974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 45.48%
G = 23.67%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB5974 (or 0xAB5974) is known color: Royal Heath. HEX triplet: AB, 59 and 74. RGB value is (171,89,116). Sum of RGB (Red+Green+Blue) = 171+89+116=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5974 is #54A68B. Grayscale: #747474. Windows color (decimal): -5547660 or 7625131. OLE color: 7625131.

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

Color convert

RGB 171 89 116 -
CMYK 0 0.48 0.32 0.33
HSL 340.24º 0.33% 0.51% -
HSV(B) 340.24º 0.48% 0.67% -
XYZ 23.52 17.06 18.58 -
YUV 116.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 171 89 116 0 0.48 0.32 0.33 340.24 0.33 0.51
Hex AB 59 74 0 30 20 21 154 21 33
Octal 253 131 164 0 60 40 41 524 41 63
Binary 10101011 1011001 1110100 0 110000 100000 100001 101010100 100001 110011

Color Harmonies of #AB5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5974

Black with #AB5974

Text Example


Text Example

White with #AB5974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5974; }

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

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

background-color css

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

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

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

border-color css

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

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

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