#AA23A4

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

Shades of Medium Red Violet #AA23A4

Tints of Medium Red Violet #AA23A4

Color information

#AA23A4 (or 0xAA23A4) is unknown color: approx Medium Red Violet. HEX triplet: AA, 23 and A4. RGB value is (170,35,164). Sum of RGB (Red+Green+Blue) = 170+35+164=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA23A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA23A4 is #55DC5B. Grayscale: #595959. Windows color (decimal): -5626972 or 10757034. OLE color: 10757034.

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

Color convert

RGB17035164-
CMYK00.790.040.33
HSL302.67º65.85%40.2%-
HSV(B)302.67º79.41%66.67%-
XYZ23.8812.4336.26-
YUV90.07169.73185.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 35 (14.06% from 255) = 9.49%
BLUE value IS 164 (64.45% from 255) = 44.44%
R=46.07%
G=9.49%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703516400.790.040.33302.6765.8540.2
HexAA23A404F42112f4228
Octal25243244011744145710250
Binary1010101010001110100100010011111001000011001011111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA23A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA23A4; }

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

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

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

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

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

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

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

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