#AA03C0

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

Shades of Dark Violet #AA03C0

Tints of Dark Violet #AA03C0

Color information

#AA03C0 (or 0xAA03C0) is unknown color: approx Dark Violet. HEX triplet: AA, 03 and C0. RGB value is (170,3,192). Sum of RGB (Red+Green+Blue) = 170+3+192=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA03C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03C0 is #55FC3F. Grayscale: #494949. Windows color (decimal): -5635136 or 12583850. OLE color: 12583850.

HSL color Cylindrical-coordinate representation of color #AA03C0: hue angle of 293.02º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA03C0 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1703192-
CMYK0.110.9800.25
HSL293.02º96.92%38.24%-
HSV(B)293.02º98.44%75.29%-
XYZ26.1212.4250.89-
YUV74.48194.33196.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 192 (75.39% from 255) = 52.60%
R=46.58%
G=0.82%
B=52.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17031920.110.9800.25293.0296.9238.24
HexAA3C0B620191256126
Octal25233001314203144514146
Binary101010101111000000101111000100110011001001011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA03C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA03C0; }

 p { color: rgb(170,3,192); }

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

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

 a { background-color: rgb(170,3,192); }

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

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

 span { border-color: rgb(170,3,192); }

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