#AA04D7

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

Shades of Dark Violet #AA04D7

Tints of Dark Violet #AA04D7

Color information

#AA04D7 (or 0xAA04D7) is unknown color: approx Dark Violet. HEX triplet: AA, 04 and D7. RGB value is (170,4,215). Sum of RGB (Red+Green+Blue) = 170+4+215=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA04D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04D7 is #55FB28. Grayscale: #4D4D4D. Windows color (decimal): -5634857 or 14091434. OLE color: 14091434.

HSL color Cylindrical-coordinate representation of color #AA04D7: hue angle of 287.2º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04D7 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1704215-
CMYK0.210.9800.16
HSL287.2º96.35%42.94%-
HSV(B)287.2º98.14%84.31%-
XYZ28.8913.5465.38-
YUV77.69205.5193.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 4 (1.95% from 255) = 1.03%
BLUE value IS 215 (84.38% from 255) = 55.27%
R=43.70%
G=1.03%
B=55.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal17042150.210.9800.16287.296.3542.94
HexAA4D7156201011f602b
Octal25243272514202043714053
Binary10101010100110101111010111000100100001000111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA04D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA04D7; }

 p { color: rgb(170,4,215); }

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

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

 a { background-color: rgb(170,4,215); }

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

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

 span { border-color: rgb(170,4,215); }

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