#AC6FB3

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

Shades of Violet Blue #AC6FB3

Tints of Violet Blue #AC6FB3

Color information

#AC6FB3 (or 0xAC6FB3) is unknown color: approx Violet Blue. HEX triplet: AC, 6F and B3. RGB value is (172,111,179). Sum of RGB (Red+Green+Blue) = 172+111+179=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC6FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FB3 is #53904C. Grayscale: #888888. Windows color (decimal): -5476429 or 11759532. OLE color: 11759532.

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

Color convert

RGB172111179-
CMYK0.040.3800.30
HSL293.82º30.91%56.86%-
HSV(B)293.82º37.99%70.2%-
XYZ30.8323.3945.54-
YUV136.99151.71152.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 179 (70.31% from 255) = 38.74%
R=37.23%
G=24.03%
B=38.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721111790.040.3800.30293.8230.9156.86
HexAC6FB342601E1261f39
Octal2541572634460364463771
Binary1010110011011111011001110010011001111010010011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6FB3; }

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

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

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

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

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

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

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

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