Html Css Color HEX #AB5571 Royal Heath

📋 copy color: '#AB5571'

red 171 ◦ green 85 ◦ blue 113

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

Shades of Royal Heath #AB5571

Tints of Royal Heath #AB5571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.04%

 BLUE value IS 113 (44.53% from 255) = 30.62%

R = 46.34%
G = 23.04%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB5571 (or 0xAB5571) is known color: Royal Heath. HEX triplet: AB, 55 and 71. RGB value is (171,85,113). Sum of RGB (Red+Green+Blue) = 171+85+113=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5571 is #54AA8E. Grayscale: #717171. Windows color (decimal): -5548687 or 7427499. OLE color: 7427499.

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

Color convert

RGB 171 85 113 -
CMYK 0 0.50 0.34 0.33
HSL 340.47º 0.34% 0.5% -
HSV(B) 340.47º 0.5% 0.67% -
XYZ 23.02 16.35 17.56 -
YUV 113.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 171 85 113 0 0.50 0.34 0.33 340.47 0.34 0.5
Hex AB 55 71 0 32 22 21 154 22 32
Octal 253 125 161 0 62 42 41 524 42 62
Binary 10101011 1010101 1110001 0 110010 100010 100001 101010100 100010 110010

Color Harmonies of #AB5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5571

Black with #AB5571

Text Example


Text Example

White with #AB5571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5571; }

 p { color: rgb(171,85,113); }

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

background-color css

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

 a { background-color: rgb(171,85,113); }

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

border-color css

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

 span { border-color: rgb(171,85,113); }

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