#AA5174

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

Shades of Royal Heath #AA5174

Tints of Royal Heath #AA5174

Color information

#AA5174 (or 0xAA5174) is unknown color: approx Royal Heath. HEX triplet: AA, 51 and 74. RGB value is (170,81,116). Sum of RGB (Red+Green+Blue) = 170+81+116=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5174 is #55AE8B. Grayscale: #6F6F6F. Windows color (decimal): -5615244 or 7623082. OLE color: 7623082.

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

Color convert

RGB17081116-
CMYK00.520.320.33
HSL336.4º35.46%49.22%-
HSV(B)336.4º52.35%66.67%-
XYZ22.6715.6918.36-
YUV111.6130.49169.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=46.32%
G=22.07%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708111600.520.320.33336.435.4649.22
HexAA517403420211502331
Octal25212116406440415204361
Binary10101010101000111101000110100100000100001101010000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5174; }

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

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

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

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

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

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

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

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