#AA5282

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

Shades of Royal Heath #AA5282

Tints of Royal Heath #AA5282

Color information

#AA5282 (or 0xAA5282) is unknown color: approx Royal Heath. HEX triplet: AA, 52 and 82. RGB value is (170,82,130). Sum of RGB (Red+Green+Blue) = 170+82+130=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5282 is #55AD7D. Grayscale: #717171. Windows color (decimal): -5614974 or 8540842. OLE color: 8540842.

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

Color convert

RGB17082130-
CMYK00.520.240.33
HSL327.27º34.92%49.41%-
HSV(B)327.27º51.76%66.67%-
XYZ23.6216.1923-
YUV113.78137.15168.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=44.50%
G=21.47%
B=34.03%

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
Decimal1708213000.520.240.33327.2734.9249.41
HexAA528203418211472331
Octal25212220206430415074361
Binary10101010101001010000010011010011000100001101000111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5282; }

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

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

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

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

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

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

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

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