Html Css Color HEX #AB5273 Royal Heath

📋 copy color: '#AB5273'

red 171 ◦ green 82 ◦ blue 115

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

Shades of Royal Heath #AB5273

Tints of Royal Heath #AB5273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 46.47%
G = 22.28%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB5273 (or 0xAB5273) is known color: Royal Heath. HEX triplet: AB, 52 and 73. RGB value is (171,82,115). Sum of RGB (Red+Green+Blue) = 171+82+115=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5273 is #54AD8C. Grayscale: #707070. Windows color (decimal): -5549453 or 7557803. OLE color: 7557803.

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

Color convert

RGB 171 82 115 -
CMYK 0 0.52 0.33 0.33
HSL 337.75º 0.35% 0.5% -
HSV(B) 337.75º 0.52% 0.67% -
XYZ 22.91 15.93 18.09 -
YUV 112.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 171 82 115 0 0.52 0.33 0.33 337.75 0.35 0.5
Hex AB 52 73 0 34 21 21 152 23 32
Octal 253 122 163 0 64 41 41 522 43 62
Binary 10101011 1010010 1110011 0 110100 100001 100001 101010010 100011 110010

Color Harmonies of #AB5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5273

Black with #AB5273

Text Example


Text Example

White with #AB5273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5273; }

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

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

background-color css

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

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

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

border-color css

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

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

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