#AA3CA8

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

Shades of Violet Blue #AA3CA8

Tints of Violet Blue #AA3CA8

Color information

#AA3CA8 (or 0xAA3CA8) is unknown color: approx Violet Blue. HEX triplet: AA, 3C and A8. RGB value is (170,60,168). Sum of RGB (Red+Green+Blue) = 170+60+168=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3CA8 is #55C357. Grayscale: #686868. Windows color (decimal): -5620568 or 11025578. OLE color: 11025578.

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

Color convert

RGB17060168-
CMYK00.650.010.33
HSL301.09º47.83%45.1%-
HSV(B)301.09º64.71%66.67%-
XYZ25.2614.638.53-
YUV105.2163.44174.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 60 (23.83% from 255) = 15.08%
BLUE value IS 168 (66.02% from 255) = 42.21%
R=42.71%
G=15.08%
B=42.21%

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
Decimal1706016800.650.010.33301.0947.8345.1
HexAA3CA804112112d302d
Octal2527425001011414556055
Binary1010101011110010101000010000011100001100101101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3CA8; }

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

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

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

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

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

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

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

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