#AC3EA6

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

Shades of Violet Blue #AC3EA6

Tints of Violet Blue #AC3EA6

Color information

#AC3EA6 (or 0xAC3EA6) is unknown color: approx Violet Blue. HEX triplet: AC, 3E and A6. RGB value is (172,62,166). Sum of RGB (Red+Green+Blue) = 172+62+166=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3EA6 is #53C159. Grayscale: #6A6A6A. Windows color (decimal): -5488986 or 10895020. OLE color: 10895020.

HSL color Cylindrical-coordinate representation of color #AC3EA6: hue angle of 303.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3EA6 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17262166-
CMYK00.640.030.33
HSL303.27º47.01%45.88%-
HSV(B)303.27º63.95%67.45%-
XYZ25.6214.9737.62-
YUV106.75161.44174.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 62 (24.61% from 255) = 15.5%
BLUE value IS 166 (65.23% from 255) = 41.5%
R=43%
G=15.5%
B=41.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726216600.640.030.33303.2747.0145.88
HexAC3EA604032112f2f2e
Octal2547624601003414575756
Binary10101100111110101001100100000011100001100101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3EA6; }

 p { color: rgb(172,62,166); }

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

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

 a { background-color: rgb(172,62,166); }

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

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

 span { border-color: rgb(172,62,166); }

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