#AA00CC

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

Shades of Dark Violet #AA00CC

Tints of Dark Violet #AA00CC

Color information

#AA00CC (or 0xAA00CC) is unknown color: approx Dark Violet. HEX triplet: AA, 00 and CC. RGB value is (170,0,204). Sum of RGB (Red+Green+Blue) = 170+0+204=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00CC is #55FF33. Grayscale: #494949. Windows color (decimal): -5635892 or 13369514. OLE color: 13369514.

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

Color convert

RGB1700204-
CMYK0.17100.2
HSL290º100%40%-
HSV(B)290º100%80%-
XYZ27.4812.9158.17-
YUV74.09201.32196.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 54.55%
R=45.45%
G=0%
B=54.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17002040.17100.229010040
HexAA0CC11640141226428
Octal25203142114402444214450
Binary101010100110011001000111001000101001001000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA00CC; }

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

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

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

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

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

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

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

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