#AA4B84

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

Shades of Royal Heath #AA4B84

Tints of Royal Heath #AA4B84

Color information

#AA4B84 (or 0xAA4B84) is unknown color: approx Royal Heath. HEX triplet: AA, 4B and 84. RGB value is (170,75,132). Sum of RGB (Red+Green+Blue) = 170+75+132=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B84 is #55B47B. Grayscale: #6D6D6D. Windows color (decimal): -5616764 or 8670122. OLE color: 8670122.

HSL color Cylindrical-coordinate representation of color #AA4B84: hue angle of 324º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4B84 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17075132-
CMYK00.560.220.33
HSL324º38.78%48.04%-
HSV(B)324º55.88%66.67%-
XYZ23.2615.2423.55-
YUV109.9140.47170.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=45.09%
G=19.89%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707513200.560.220.3332438.7848.04
HexAA4B8403816211442730
Octal25211320407026415044760
Binary10101010100101110000100011100010110100001101000100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B84; }

 p { color: rgb(170,75,132); }

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

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

 a { background-color: rgb(170,75,132); }

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

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

 span { border-color: rgb(170,75,132); }

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