#AA06C1

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

Shades of Dark Violet #AA06C1

Tints of Dark Violet #AA06C1

Color information

#AA06C1 (or 0xAA06C1) is unknown color: approx Dark Violet. HEX triplet: AA, 06 and C1. RGB value is (170,6,193). Sum of RGB (Red+Green+Blue) = 170+6+193=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA06C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06C1 is #55F93E. Grayscale: #4B4B4B. Windows color (decimal): -5634367 or 12650154. OLE color: 12650154.

HSL color Cylindrical-coordinate representation of color #AA06C1: hue angle of 292.62º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06C1 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1706193-
CMYK0.120.9700.24
HSL292.62º93.97%39.02%-
HSV(B)292.62º96.89%75.69%-
XYZ26.2712.5351.49-
YUV76.35193.83194.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 6 (2.73% from 255) = 1.63%
BLUE value IS 193 (75.78% from 255) = 52.30%
R=46.07%
G=1.63%
B=52.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17061930.120.9700.24292.6293.9739.02
HexAA6C1C610181255e27
Octal25263011414103044513647
Binary1010101011011000001110011000010110001001001011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA06C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA06C1; }

 p { color: rgb(170,6,193); }

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

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

 a { background-color: rgb(170,6,193); }

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

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

 span { border-color: rgb(170,6,193); }

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