Html Css Color HEX #AA5172 Royal Heath

📋 copy color: '#AA5172'

red 170 ◦ green 81 ◦ blue 114

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

Shades of Royal Heath #AA5172

Tints of Royal Heath #AA5172

RGB

 RED value IS 170 (66.8% from 255) = 46.58%

 GREEN value IS 81 (32.03% from 255) = 22.19%

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 46.58%
G = 22.19%
B = 31.23%

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

#AA5172 (or 0xAA5172) is known color: Royal Heath. HEX triplet: AA, 51 and 72. RGB value is (170,81,114). Sum of RGB (Red+Green+Blue) = 170+81+114=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5172 is #55AE8D. Grayscale: #6F6F6F. Windows color (decimal): -5615246 or 7492010. OLE color: 7492010.

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

Color convert

RGB 170 81 114 -
CMYK 0 0.52 0.33 0.33
HSL 337.75º 0.35% 0.49% -
HSV(B) 337.75º 0.52% 0.67% -
XYZ 22.56 15.65 17.75 -
YUV 111.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 170 81 114 0 0.52 0.33 0.33 337.75 0.35 0.49
Hex AA 51 72 0 34 21 21 152 23 31
Octal 252 121 162 0 64 41 41 522 43 61
Binary 10101010 1010001 1110010 0 110100 100001 100001 101010010 100011 110001

Color Harmonies of #AA5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5172

Black with #AA5172

Text Example


Text Example

White with #AA5172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5172; }

 p { color: rgb(170,81,114); }

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

background-color css

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

 a { background-color: rgb(170,81,114); }

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

border-color css

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

 span { border-color: rgb(170,81,114); }

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