#AA00D4

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

Shades of Dark Violet #AA00D4

Tints of Dark Violet #AA00D4

Color information

#AA00D4 (or 0xAA00D4) is unknown color: approx Dark Violet. HEX triplet: AA, 00 and D4. RGB value is (170,0,212). Sum of RGB (Red+Green+Blue) = 170+0+212=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 212 (83.20% from 255 or 55.50% from 382); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA00D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00D4 is #55FF2B. Grayscale: #4A4A4A. Windows color (decimal): -5635884 or 13893802. OLE color: 13893802.

HSL color Cylindrical-coordinate representation of color #AA00D4: hue angle of 288.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00D4 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1700212-
CMYK0.20100.17
HSL288.11º100%41.57%-
HSV(B)288.11º100%83.14%-
XYZ28.4613.363.35-
YUV75205.32195.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 212 (83.20% from 255) = 55.50%
R=44.50%
G=0%
B=55.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal17002120.20100.17288.1110041.57
HexAA0D41464011120642a
Octal25203242414402144014452
Binary101010100110101001010011001000100011001000001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA00D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA00D4; }

 p { color: rgb(170,0,212); }

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

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

 a { background-color: rgb(170,0,212); }

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

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

 span { border-color: rgb(170,0,212); }

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