Html Css Color HEX #AB5371 Royal Heath

📋 copy color: '#AB5371'

red 171 ◦ green 83 ◦ blue 113

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

Shades of Royal Heath #AB5371

Tints of Royal Heath #AB5371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.62%

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

R = 46.59%
G = 22.62%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB5371 (or 0xAB5371) is known color: Royal Heath. HEX triplet: AB, 53 and 71. RGB value is (171,83,113). Sum of RGB (Red+Green+Blue) = 171+83+113=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5371 is #54AC8E. Grayscale: #707070. Windows color (decimal): -5549199 or 7426987. OLE color: 7426987.

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

Color convert

RGB 171 83 113 -
CMYK 0 0.51 0.34 0.33
HSL 339.55º 0.35% 0.5% -
HSV(B) 339.55º 0.51% 0.67% -
XYZ 22.87 16.04 17.51 -
YUV 112.73 128.15 169.56 -
System Red Green Blue C M Y K H S L
Decimal 171 83 113 0 0.51 0.34 0.33 339.55 0.35 0.5
Hex AB 53 71 0 33 22 21 154 23 32
Octal 253 123 161 0 63 42 41 524 43 62
Binary 10101011 1010011 1110001 0 110011 100010 100001 101010100 100011 110010

Color Harmonies of #AB5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5371

Black with #AB5371

Text Example


Text Example

White with #AB5371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5371; }

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

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

background-color css

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

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

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

border-color css

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

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

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