#AA06BA

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

Shades of Dark Violet #AA06BA

Tints of Dark Violet #AA06BA

Color information

#AA06BA (or 0xAA06BA) is unknown color: approx Dark Violet. HEX triplet: AA, 06 and BA. RGB value is (170,6,186). Sum of RGB (Red+Green+Blue) = 170+6+186=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06BA is #55F945. Grayscale: #4B4B4B. Windows color (decimal): -5634374 or 12191402. OLE color: 12191402.

HSL color Cylindrical-coordinate representation of color #AA06BA: hue angle of 294.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06BA is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1706186-
CMYK0.090.9700.27
HSL294.67º93.75%37.65%-
HSV(B)294.67º96.77%72.94%-
XYZ25.5112.2247.47-
YUV75.56190.33195.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 6 (2.73% from 255) = 1.66%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=46.96%
G=1.66%
B=51.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17061860.090.9700.27294.6793.7537.65
HexAA6BA96101B1275e26
Octal25262721114103344713646
Binary1010101011010111010100111000010110111001001111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA06BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA06BA; }

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

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

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

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

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

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

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

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