#AC3E9D

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

Shades of Violet Blue #AC3E9D

Tints of Violet Blue #AC3E9D

Color information

#AC3E9D (or 0xAC3E9D) is unknown color: approx Violet Blue. HEX triplet: AC, 3E and 9D. RGB value is (172,62,157). Sum of RGB (Red+Green+Blue) = 172+62+157=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3E9D is #53C162. Grayscale: #696969. Windows color (decimal): -5488995 or 10305196. OLE color: 10305196.

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

Color convert

RGB17262157-
CMYK00.640.090.33
HSL308.18º47.01%45.88%-
HSV(B)308.18º63.95%67.45%-
XYZ24.8214.6533.42-
YUV105.72156.94175.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 62 (24.61% from 255) = 15.86%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=43.99%
G=15.86%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726215700.640.090.33308.1847.0145.88
HexAC3E9D0409211342f2e
Octal25476235010011414645756
Binary1010110011111010011101010000001001100001100110100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3E9D; }

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

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

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

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

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

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

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

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