#AA06B7

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

Shades of Dark Violet #AA06B7

Tints of Dark Violet #AA06B7

Color information

#AA06B7 (or 0xAA06B7) is unknown color: approx Dark Violet. HEX triplet: AA, 06 and B7. RGB value is (170,6,183). Sum of RGB (Red+Green+Blue) = 170+6+183=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA06B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06B7 is #55F948. Grayscale: #4A4A4A. Windows color (decimal): -5634377 or 11994794. OLE color: 11994794.

HSL color Cylindrical-coordinate representation of color #AA06B7: hue angle of 295.59º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06B7 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1706183-
CMYK0.070.9700.28
HSL295.59º93.65%37.06%-
HSV(B)295.59º96.72%71.76%-
XYZ25.1912.145.81-
YUV75.21188.83195.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 6 (2.73% from 255) = 1.67%
BLUE value IS 183 (71.88% from 255) = 50.97%
R=47.35%
G=1.67%
B=50.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17061830.070.9700.28295.5993.6537.06
HexAA6B776101C1285e25
Octal2526267714103445013645
Binary101010101101011011111111000010111001001010001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA06B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA06B7; }

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

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

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

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

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

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

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

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