#AA23A5

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

Shades of Medium Red Violet #AA23A5

Tints of Medium Red Violet #AA23A5

Color information

#AA23A5 (or 0xAA23A5) is unknown color: approx Medium Red Violet. HEX triplet: AA, 23 and A5. RGB value is (170,35,165). Sum of RGB (Red+Green+Blue) = 170+35+165=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA23A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA23A5 is #55DC5A. Grayscale: #595959. Windows color (decimal): -5626971 or 10822570. OLE color: 10822570.

HSL color Cylindrical-coordinate representation of color #AA23A5: hue angle of 302.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA23A5 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17035165-
CMYK00.790.030.33
HSL302.22º65.85%40.2%-
HSV(B)302.22º79.41%66.67%-
XYZ23.9712.4636.74-
YUV90.18170.23184.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 35 (14.06% from 255) = 9.46%
BLUE value IS 165 (64.84% from 255) = 44.59%
R=45.95%
G=9.46%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703516500.790.030.33302.2265.8540.2
HexAA23A504F32112e4228
Octal25243245011734145610250
Binary101010101000111010010101001111111000011001011101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA23A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA23A5; }

 p { color: rgb(170,35,165); }

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

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

 a { background-color: rgb(170,35,165); }

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

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

 span { border-color: rgb(170,35,165); }

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