Html Css Color HEX #AA5183 Royal Heath

📋 copy color: '#AA5183'

red 170 ◦ green 81 ◦ blue 131

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

Shades of Royal Heath #AA5183

Tints of Royal Heath #AA5183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.29%

R = 44.5%
G = 21.2%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA5183 (or 0xAA5183) is known color: Royal Heath. HEX triplet: AA, 51 and 83. RGB value is (170,81,131). Sum of RGB (Red+Green+Blue) = 170+81+131=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5183 is #55AE7C. Grayscale: #717171. Windows color (decimal): -5615229 or 8606122. OLE color: 8606122.

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

Color convert

RGB 170 81 131 -
CMYK 0 0.52 0.23 0.33
HSL 326.29º 0.35% 0.49% -
HSV(B) 326.29º 0.52% 0.67% -
XYZ 23.62 16.07 23.33 -
YUV 113.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 170 81 131 0 0.52 0.23 0.33 326.29 0.35 0.49
Hex AA 51 83 0 34 17 21 146 23 31
Octal 252 121 203 0 64 27 41 506 43 61
Binary 10101010 1010001 10000011 0 110100 10111 100001 101000110 100011 110001

Color Harmonies of #AA5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5183

Black with #AA5183

Text Example


Text Example

White with #AA5183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5183; }

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

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

background-color css

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

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

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

border-color css

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

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

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