#AC3EAA

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

Shades of Violet Blue #AC3EAA

Tints of Violet Blue #AC3EAA

Color information

#AC3EAA (or 0xAC3EAA) is unknown color: approx Violet Blue. HEX triplet: AC, 3E and AA. RGB value is (172,62,170). Sum of RGB (Red+Green+Blue) = 172+62+170=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3EAA is #53C155. Grayscale: #6A6A6A. Windows color (decimal): -5488982 or 11157164. OLE color: 11157164.

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

Color convert

RGB17262170-
CMYK00.640.010.33
HSL301.09º47.01%45.88%-
HSV(B)301.09º63.95%67.45%-
XYZ25.9915.1239.58-
YUV107.2163.44174.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 62 (24.61% from 255) = 15.35%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=42.57%
G=15.35%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726217000.640.010.33301.0947.0145.88
HexAC3EAA04012112d2f2e
Octal2547625201001414555756
Binary1010110011111010101010010000001100001100101101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3EAA; }

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

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

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

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

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

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

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

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