Html Css Color HEX #AB5071 Royal Heath

📋 copy color: '#AB5071'

red 171 ◦ green 80 ◦ blue 113

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

Shades of Royal Heath #AB5071

Tints of Royal Heath #AB5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

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

R = 46.98%
G = 21.98%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB5071 (or 0xAB5071) is known color: Royal Heath. HEX triplet: AB, 50 and 71. RGB value is (171,80,113). Sum of RGB (Red+Green+Blue) = 171+80+113=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5071 is #54AF8E. Grayscale: #6E6E6E. Windows color (decimal): -5549967 or 7426219. OLE color: 7426219.

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

Color convert

RGB 171 80 113 -
CMYK 0 0.53 0.34 0.33
HSL 338.24º 0.36% 0.49% -
HSV(B) 338.24º 0.53% 0.67% -
XYZ 22.64 15.59 17.44 -
YUV 110.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 171 80 113 0 0.53 0.34 0.33 338.24 0.36 0.49
Hex AB 50 71 0 35 22 21 152 24 31
Octal 253 120 161 0 65 42 41 522 44 61
Binary 10101011 1010000 1110001 0 110101 100010 100001 101010010 100100 110001

Color Harmonies of #AB5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5071

Black with #AB5071

Text Example


Text Example

White with #AB5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5071; }

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

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

background-color css

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

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

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

border-color css

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

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

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