#AC6EB3

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

Shades of Violet Blue #AC6EB3

Tints of Violet Blue #AC6EB3

Color information

#AC6EB3 (or 0xAC6EB3) is unknown color: approx Violet Blue. HEX triplet: AC, 6E and B3. RGB value is (172,110,179). Sum of RGB (Red+Green+Blue) = 172+110+179=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC6EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EB3 is #53914C. Grayscale: #888888. Windows color (decimal): -5476685 or 11759276. OLE color: 11759276.

HSL color Cylindrical-coordinate representation of color #AC6EB3: hue angle of 293.91º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC6EB3 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172110179-
CMYK0.040.3900.30
HSL293.91º31.22%56.67%-
HSV(B)293.91º38.55%70.2%-
XYZ30.7323.1845.5-
YUV136.4152.04153.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=37.31%
G=23.86%
B=38.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721101790.040.3900.30293.9131.2256.67
HexAC6EB342701E1261f39
Octal2541562634470364463771
Binary1010110011011101011001110010011101111010010011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6EB3; }

 p { color: rgb(172,110,179); }

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

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

 a { background-color: rgb(172,110,179); }

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

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

 span { border-color: rgb(172,110,179); }

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