#AA3CA6

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

Shades of Violet Blue #AA3CA6

Tints of Violet Blue #AA3CA6

Color information

#AA3CA6 (or 0xAA3CA6) is unknown color: approx Violet Blue. HEX triplet: AA, 3C and A6. RGB value is (170,60,166). Sum of RGB (Red+Green+Blue) = 170+60+166=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3CA6 is #55C359. Grayscale: #686868. Windows color (decimal): -5620570 or 10894506. OLE color: 10894506.

HSL color Cylindrical-coordinate representation of color #AA3CA6: hue angle of 302.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3CA6 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17060166-
CMYK00.650.020.33
HSL302.18º47.83%45.1%-
HSV(B)302.18º64.71%66.67%-
XYZ25.0814.5337.56-
YUV104.97162.44174.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 60 (23.83% from 255) = 15.15%
BLUE value IS 166 (65.23% from 255) = 41.92%
R=42.93%
G=15.15%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706016600.650.020.33302.1847.8345.1
HexAA3CA604122112e302d
Octal2527424601012414566055
Binary10101010111100101001100100000110100001100101110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3CA6; }

 p { color: rgb(170,60,166); }

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

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

 a { background-color: rgb(170,60,166); }

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

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

 span { border-color: rgb(170,60,166); }

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