#AA417E

Color #AA417E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA417E

Tints of Medium Red Violet #AA417E

Color information

#AA417E (or 0xAA417E) is unknown color: approx Medium Red Violet. HEX triplet: AA, 41 and 7E. RGB value is (170,65,126). Sum of RGB (Red+Green+Blue) = 170+65+126=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA417E is #55BE81. Grayscale: #676767. Windows color (decimal): -5619330 or 8274346. OLE color: 8274346.

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

Color convert

RGB17065126-
CMYK00.620.260.33
HSL325.14º44.68%46.08%-
HSV(B)325.14º61.76%66.67%-
XYZ22.2313.8321.24-
YUV103.35140.79175.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=47.09%
G=18.01%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706512600.620.260.33325.1444.6846.08
HexAA417E03E1A211452d2e
Octal25210117607632415055556
Binary1010101010000011111110011111011010100001101000101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA417E; }

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

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

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

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

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

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

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

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