#AC6BAC

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

Shades of Violet Blue #AC6BAC

Tints of Violet Blue #AC6BAC

Color information

#AC6BAC (or 0xAC6BAC) is unknown color: approx Violet Blue. HEX triplet: AC, 6B and AC. RGB value is (172,107,172). Sum of RGB (Red+Green+Blue) = 172+107+172=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BAC is #539453. Grayscale: #858585. Windows color (decimal): -5477460 or 11299756. OLE color: 11299756.

HSL color Cylindrical-coordinate representation of color #AC6BAC: hue angle of 300º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6BAC is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB172107172-
CMYK00.3800.33
HSL300º28.14%54.71%-
HSV(B)300º37.79%67.45%-
XYZ29.7222.2641.76-
YUV133.84149.53155.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=38.14%
G=23.73%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210717200.3800.3330028.1454.71
HexAC6BAC02602112c1c37
Octal2541532540460414543467
Binary101011001101011101011000100110010000110010110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BAC; }

 p { color: rgb(172,107,172); }

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

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

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

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

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

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

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