Html Css Color HEX #AB5570 Royal Heath

📋 copy color: '#AB5570'

red 171 ◦ green 85 ◦ blue 112

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

Shades of Royal Heath #AB5570

Tints of Royal Heath #AB5570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.43%

R = 46.47%
G = 23.1%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB5570 (or 0xAB5570) is known color: Royal Heath. HEX triplet: AB, 55 and 70. RGB value is (171,85,112). Sum of RGB (Red+Green+Blue) = 171+85+112=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5570 is #54AA8F. Grayscale: #717171. Windows color (decimal): -5548688 or 7361963. OLE color: 7361963.

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

Color convert

RGB 171 85 112 -
CMYK 0 0.50 0.35 0.33
HSL 341.16º 0.34% 0.5% -
HSV(B) 341.16º 0.5% 0.67% -
XYZ 22.97 16.32 17.27 -
YUV 113.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 171 85 112 0 0.50 0.35 0.33 341.16 0.34 0.5
Hex AB 55 70 0 32 23 21 155 22 32
Octal 253 125 160 0 62 43 41 525 42 62
Binary 10101011 1010101 1110000 0 110010 100011 100001 101010101 100010 110010

Color Harmonies of #AB5570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5570

Black with #AB5570

Text Example


Text Example

White with #AB5570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5570; }

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

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

background-color css

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

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

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

border-color css

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

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

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