#AA5182

Color #AA5182 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AA5182

Tints of Royal Heath #AA5182

Color information

#AA5182 (or 0xAA5182) is unknown color: approx Royal Heath. HEX triplet: AA, 51 and 82. RGB value is (170,81,130). Sum of RGB (Red+Green+Blue) = 170+81+130=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5182 is #55AE7D. Grayscale: #717171. Windows color (decimal): -5615230 or 8540586. OLE color: 8540586.

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

Color convert

RGB17081130-
CMYK00.520.240.33
HSL326.97º35.46%49.22%-
HSV(B)326.97º52.35%66.67%-
XYZ23.5516.0422.97-
YUV113.2137.49168.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=44.62%
G=21.26%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708113000.520.240.33326.9735.4649.22
HexAA518203418211472331
Octal25212120206430415074361
Binary10101010101000110000010011010011000100001101000111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5182; }

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

 H1.HeaderClassName
 {
   color: #AA5182;
 }
 .AnyTagClassName
 {
   color: #AA5182;
 }
</style>
background-color css

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

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

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

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

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

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