#AA3CA9

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

Shades of Violet Blue #AA3CA9

Tints of Violet Blue #AA3CA9

Color information

#AA3CA9 (or 0xAA3CA9) is unknown color: approx Violet Blue. HEX triplet: AA, 3C and A9. RGB value is (170,60,169). Sum of RGB (Red+Green+Blue) = 170+60+169=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3CA9 is #55C356. Grayscale: #686868. Windows color (decimal): -5620567 or 11091114. OLE color: 11091114.

HSL color Cylindrical-coordinate representation of color #AA3CA9: hue angle of 300.55º 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 #AA3CA9 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17060169-
CMYK00.650.010.33
HSL300.55º47.83%45.1%-
HSV(B)300.55º64.71%66.67%-
XYZ25.3514.6439.03-
YUV105.32163.94174.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 60 (23.83% from 255) = 15.04%
BLUE value IS 169 (66.41% from 255) = 42.36%
R=42.61%
G=15.04%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706016900.650.010.33300.5547.8345.1
HexAA3CA904112112d302d
Octal2527425101011414556055
Binary1010101011110010101001010000011100001100101101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3CA9; }

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

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

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

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

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

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

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

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