Html Css Color HEX #AB5A77 Royal Heath

📋 copy color: '#AB5A77'

red 171 ◦ green 90 ◦ blue 119

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

Shades of Royal Heath #AB5A77

Tints of Royal Heath #AB5A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.68%

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 45%
G = 23.68%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB5A77 (or 0xAB5A77) is known color: Royal Heath. HEX triplet: AB, 5A and 77. RGB value is (171,90,119). Sum of RGB (Red+Green+Blue) = 171+90+119=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A77 is #54A588. Grayscale: #757575. Windows color (decimal): -5547401 or 7821995. OLE color: 7821995.

HSL color Cylindrical-coordinate representation of color #AB5A77: hue angle of 338.52º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5A77 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 90 119 -
CMYK 0 0.47 0.30 0.33
HSL 338.52º 0.33% 0.51% -
HSV(B) 338.52º 0.47% 0.67% -
XYZ 23.78 17.3 19.54 -
YUV 117.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 171 90 119 0 0.47 0.30 0.33 338.52 0.33 0.51
Hex AB 5A 77 0 2F 1E 21 153 21 33
Octal 253 132 167 0 57 36 41 523 41 63
Binary 10101011 1011010 1110111 0 101111 11110 100001 101010011 100001 110011

Color Harmonies of #AB5A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A77

Black with #AB5A77

Text Example


Text Example

White with #AB5A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A77; }

 p { color: rgb(171,90,119); }

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

background-color css

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

 a { background-color: rgb(171,90,119); }

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

border-color css

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

 span { border-color: rgb(171,90,119); }

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