Html Css Color HEX #AB5470 Royal Heath

📋 copy color: '#AB5470'

red 171 ◦ green 84 ◦ blue 112

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

Shades of Royal Heath #AB5470

Tints of Royal Heath #AB5470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

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

R = 46.59%
G = 22.89%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB5470 (or 0xAB5470) is known color: Royal Heath. HEX triplet: AB, 54 and 70. RGB value is (171,84,112). Sum of RGB (Red+Green+Blue) = 171+84+112=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5470 is #54AB8F. Grayscale: #717171. Windows color (decimal): -5548944 or 7361707. OLE color: 7361707.

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

Color convert

RGB 171 84 112 -
CMYK 0 0.51 0.35 0.33
HSL 340.69º 0.34% 0.5% -
HSV(B) 340.69º 0.51% 0.67% -
XYZ 22.89 16.17 17.24 -
YUV 113.21 127.32 169.22 -
System Red Green Blue C M Y K H S L
Decimal 171 84 112 0 0.51 0.35 0.33 340.69 0.34 0.5
Hex AB 54 70 0 33 23 21 155 22 32
Octal 253 124 160 0 63 43 41 525 42 62
Binary 10101011 1010100 1110000 0 110011 100011 100001 101010101 100010 110010

Color Harmonies of #AB5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5470

Black with #AB5470

Text Example


Text Example

White with #AB5470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5470; }

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

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

background-color css

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

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

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

border-color css

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

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

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