#AA417A

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

Shades of Royal Heath #AA417A

Tints of Royal Heath #AA417A

Color information

#AA417A (or 0xAA417A) is unknown color: approx Royal Heath. HEX triplet: AA, 41 and 7A. RGB value is (170,65,122). Sum of RGB (Red+Green+Blue) = 170+65+122=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA417A is #55BE85. Grayscale: #666666. Windows color (decimal): -5619334 or 8012202. OLE color: 8012202.

HSL color Cylindrical-coordinate representation of color #AA417A: hue angle of 327.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA417A is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17065122-
CMYK00.620.280.33
HSL327.43º44.68%46.08%-
HSV(B)327.43º61.76%66.67%-
XYZ21.9813.7319.9-
YUV102.89138.79175.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=47.62%
G=18.21%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706512200.620.280.33327.4344.6846.08
HexAA417A03E1C211472d2e
Octal25210117207634415075556
Binary1010101010000011111010011111011100100001101000111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA417A; }

 p { color: rgb(170,65,122); }

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

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

 a { background-color: rgb(170,65,122); }

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

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

 span { border-color: rgb(170,65,122); }

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