#AC6EB1

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

Shades of Violet Blue #AC6EB1

Tints of Violet Blue #AC6EB1

Color information

#AC6EB1 (or 0xAC6EB1) is unknown color: approx Violet Blue. HEX triplet: AC, 6E and B1. RGB value is (172,110,177). Sum of RGB (Red+Green+Blue) = 172+110+177=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC6EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6EB1 is #53914E. Grayscale: #878787. Windows color (decimal): -5476687 or 11628204. OLE color: 11628204.

HSL color Cylindrical-coordinate representation of color #AC6EB1: hue angle of 295.52º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6EB1 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172110177-
CMYK0.030.3800.31
HSL295.52º30.04%56.27%-
HSV(B)295.52º37.85%69.41%-
XYZ30.5323.144.44-
YUV136.18151.04153.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=37.47%
G=23.97%
B=38.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721101770.030.3800.31295.5230.0456.27
HexAC6EB132601F1281e38
Octal2541562613460374503670
Binary101011001101110101100011110011001111110010100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6EB1; }

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

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

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

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

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

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

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

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