#AA5382

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

Shades of Royal Heath #AA5382

Tints of Royal Heath #AA5382

Color information

#AA5382 (or 0xAA5382) is unknown color: approx Royal Heath. HEX triplet: AA, 53 and 82. RGB value is (170,83,130). Sum of RGB (Red+Green+Blue) = 170+83+130=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5382 is #55AC7D. Grayscale: #727272. Windows color (decimal): -5614718 or 8541098. OLE color: 8541098.

HSL color Cylindrical-coordinate representation of color #AA5382: hue angle of 327.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5382 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17083130-
CMYK00.510.240.33
HSL327.59º34.39%49.61%-
HSV(B)327.59º51.18%66.67%-
XYZ23.716.3423.02-
YUV114.37136.82167.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=44.39%
G=21.67%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708313000.510.240.33327.5934.3949.61
HexAA538203318211482232
Octal25212320206330415104262
Binary10101010101001110000010011001111000100001101001000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5382; }

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

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

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

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

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

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

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

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