#AA25A6

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

Shades of Medium Red Violet #AA25A6

Tints of Medium Red Violet #AA25A6

Color information

#AA25A6 (or 0xAA25A6) is unknown color: approx Medium Red Violet. HEX triplet: AA, 25 and A6. RGB value is (170,37,166). Sum of RGB (Red+Green+Blue) = 170+37+166=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA25A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA25A6 is #55DA59. Grayscale: #5B5B5B. Windows color (decimal): -5626458 or 10888618. OLE color: 10888618.

HSL color Cylindrical-coordinate representation of color #AA25A6: hue angle of 301.8º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA25A6 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17037166-
CMYK00.780.020.33
HSL301.8º64.25%40.59%-
HSV(B)301.8º78.24%66.67%-
XYZ24.1212.6237.24-
YUV91.47170.06184.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 37 (14.84% from 255) = 9.92%
BLUE value IS 166 (65.23% from 255) = 44.50%
R=45.58%
G=9.92%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703716600.780.020.33301.864.2540.59
HexAA25A604E22112e4029
Octal25245246011624145610051
Binary101010101001011010011001001110101000011001011101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA25A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA25A6; }

 p { color: rgb(170,37,166); }

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

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

 a { background-color: rgb(170,37,166); }

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

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

 span { border-color: rgb(170,37,166); }

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