#AA25A7

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

Shades of Medium Red Violet #AA25A7

Tints of Medium Red Violet #AA25A7

Color information

#AA25A7 (or 0xAA25A7) is unknown color: approx Medium Red Violet. HEX triplet: AA, 25 and A7. RGB value is (170,37,167). Sum of RGB (Red+Green+Blue) = 170+37+167=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA25A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA25A7 is #55DA58. Grayscale: #5B5B5B. Windows color (decimal): -5626457 or 10954154. OLE color: 10954154.

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

Color convert

RGB17037167-
CMYK00.780.020.33
HSL301.35º64.25%40.59%-
HSV(B)301.35º78.24%66.67%-
XYZ24.2112.6637.73-
YUV91.59170.56183.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 37 (14.84% from 255) = 9.89%
BLUE value IS 167 (65.62% from 255) = 44.65%
R=45.45%
G=9.89%
B=44.65%

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
Decimal1703716700.780.020.33301.3564.2540.59
HexAA25A704E22112d4029
Octal25245247011624145510051
Binary101010101001011010011101001110101000011001011011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA25A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA25A7; }

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

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

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

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

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

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

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

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