Html Css Color HEX #AB5370 Royal Heath

📋 copy color: '#AB5370'

red 171 ◦ green 83 ◦ blue 112

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

Shades of Royal Heath #AB5370

Tints of Royal Heath #AB5370

RGB

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

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

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

R = 46.72%
G = 22.68%
B = 30.6%

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

#AB5370 (or 0xAB5370) is known color: Royal Heath. HEX triplet: AB, 53 and 70. RGB value is (171,83,112). Sum of RGB (Red+Green+Blue) = 171+83+112=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5370 is #54AC8F. Grayscale: #707070. Windows color (decimal): -5549200 or 7361451. OLE color: 7361451.

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

Color convert

RGB 171 83 112 -
CMYK 0 0.51 0.35 0.33
HSL 340.23º 0.35% 0.5% -
HSV(B) 340.23º 0.51% 0.67% -
XYZ 22.81 16.01 17.22 -
YUV 112.62 127.65 169.64 -
System Red Green Blue C M Y K H S L
Decimal 171 83 112 0 0.51 0.35 0.33 340.23 0.35 0.5
Hex AB 53 70 0 33 23 21 154 23 32
Octal 253 123 160 0 63 43 41 524 43 62
Binary 10101011 1010011 1110000 0 110011 100011 100001 101010100 100011 110010

Color Harmonies of #AB5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5370

Black with #AB5370

Text Example


Text Example

White with #AB5370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5370; }

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

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

background-color css

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

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

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

border-color css

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

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

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