Html Css Color HEX #AB5975 Royal Heath

📋 copy color: '#AB5975'

red 171 ◦ green 89 ◦ blue 117

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

Shades of Royal Heath #AB5975

Tints of Royal Heath #AB5975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 45.36%
G = 23.61%
B = 31.03%

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

#AB5975 (or 0xAB5975) is known color: Royal Heath. HEX triplet: AB, 59 and 75. RGB value is (171,89,117). Sum of RGB (Red+Green+Blue) = 171+89+117=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5975 is #54A68A. Grayscale: #747474. Windows color (decimal): -5547659 or 7690667. OLE color: 7690667.

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

Color convert

RGB 171 89 117 -
CMYK 0 0.48 0.32 0.33
HSL 339.51º 0.33% 0.51% -
HSV(B) 339.51º 0.48% 0.67% -
XYZ 23.58 17.09 18.89 -
YUV 116.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 171 89 117 0 0.48 0.32 0.33 339.51 0.33 0.51
Hex AB 59 75 0 30 20 21 154 21 33
Octal 253 131 165 0 60 40 41 524 41 63
Binary 10101011 1011001 1110101 0 110000 100000 100001 101010100 100001 110011

Color Harmonies of #AB5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5975

Black with #AB5975

Text Example


Text Example

White with #AB5975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5975; }

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

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

background-color css

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

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

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

border-color css

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

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

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