#AA5283

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

Shades of Royal Heath #AA5283

Tints of Royal Heath #AA5283

Color information

#AA5283 (or 0xAA5283) is unknown color: approx Royal Heath. HEX triplet: AA, 52 and 83. RGB value is (170,82,131). Sum of RGB (Red+Green+Blue) = 170+82+131=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5283 is #55AD7C. Grayscale: #717171. Windows color (decimal): -5614973 or 8606378. OLE color: 8606378.

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

Color convert

RGB17082131-
CMYK00.520.230.33
HSL326.59º34.92%49.41%-
HSV(B)326.59º51.76%66.67%-
XYZ23.6916.2223.35-
YUV113.9137.65168.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=44.39%
G=21.41%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708213100.520.230.33326.5934.9249.41
HexAA528303417211472331
Octal25212220306427415074361
Binary10101010101001010000011011010010111100001101000111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5283; }

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

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

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

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

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

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

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

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