#AC6CAC

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

Shades of Violet Blue #AC6CAC

Tints of Violet Blue #AC6CAC

Color information

#AC6CAC (or 0xAC6CAC) is unknown color: approx Violet Blue. HEX triplet: AC, 6C and AC. RGB value is (172,108,172). Sum of RGB (Red+Green+Blue) = 172+108+172=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6CAC is #539353. Grayscale: #868686. Windows color (decimal): -5477204 or 11300012. OLE color: 11300012.

HSL color Cylindrical-coordinate representation of color #AC6CAC: 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.37%. Process color model (Four color, CMYK) of #AC6CAC is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB172108172-
CMYK00.3700.33
HSL300º27.83%54.9%-
HSV(B)300º37.21%67.45%-
XYZ29.8222.4741.8-
YUV134.43149.2154.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=38.05%
G=23.89%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210817200.3700.3330027.8354.9
HexAC6CAC02502112c1c37
Octal2541542540450414543467
Binary101011001101100101011000100101010000110010110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6CAC; }

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

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

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

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

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

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

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

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