#AA09C4

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

Shades of Dark Violet #AA09C4

Tints of Dark Violet #AA09C4

Color information

#AA09C4 (or 0xAA09C4) is unknown color: approx Dark Violet. HEX triplet: AA, 09 and C4. RGB value is (170,9,196). Sum of RGB (Red+Green+Blue) = 170+9+196=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA09C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09C4 is #55F63B. Grayscale: #4D4D4D. Windows color (decimal): -5633596 or 12847530. OLE color: 12847530.

HSL color Cylindrical-coordinate representation of color #AA09C4: hue angle of 291.66º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA09C4 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1709196-
CMYK0.130.9500.23
HSL291.66º91.22%40.2%-
HSV(B)291.66º95.41%76.86%-
XYZ26.6412.7353.28-
YUV78.46194.34193.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 9 (3.91% from 255) = 2.4%
BLUE value IS 196 (76.95% from 255) = 52.27%
R=45.33%
G=2.4%
B=52.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17091960.130.9500.23291.6691.2240.2
HexAA9C4D5F0171245b28
Octal252113041513702744413350
Binary10101010100111000100110110111110101111001001001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA09C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA09C4; }

 p { color: rgb(170,9,196); }

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

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

 a { background-color: rgb(170,9,196); }

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

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

 span { border-color: rgb(170,9,196); }

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