Html Css Color HEX #AB5270 Royal Heath

📋 copy color: '#AB5270'

red 171 ◦ green 82 ◦ blue 112

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

Shades of Royal Heath #AB5270

Tints of Royal Heath #AB5270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.47%

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

R = 46.85%
G = 22.47%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB5270 (or 0xAB5270) is known color: Royal Heath. HEX triplet: AB, 52 and 70. RGB value is (171,82,112). Sum of RGB (Red+Green+Blue) = 171+82+112=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5270 is #54AD8F. Grayscale: #707070. Windows color (decimal): -5549456 or 7361195. OLE color: 7361195.

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

Color convert

RGB 171 82 112 -
CMYK 0 0.52 0.35 0.33
HSL 339.78º 0.35% 0.5% -
HSV(B) 339.78º 0.52% 0.67% -
XYZ 22.74 15.86 17.19 -
YUV 112.03 127.99 170.06 -
System Red Green Blue C M Y K H S L
Decimal 171 82 112 0 0.52 0.35 0.33 339.78 0.35 0.5
Hex AB 52 70 0 34 23 21 154 23 32
Octal 253 122 160 0 64 43 41 524 43 62
Binary 10101011 1010010 1110000 0 110100 100011 100001 101010100 100011 110010

Color Harmonies of #AB5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5270

Black with #AB5270

Text Example


Text Example

White with #AB5270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5270; }

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

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

background-color css

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

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

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

border-color css

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

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

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