#AC6DAD

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

Shades of Violet Blue #AC6DAD

Tints of Violet Blue #AC6DAD

Color information

#AC6DAD (or 0xAC6DAD) is unknown color: approx Violet Blue. HEX triplet: AC, 6D and AD. RGB value is (172,109,173). Sum of RGB (Red+Green+Blue) = 172+109+173=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC6DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6DAD is #539252. Grayscale: #868686. Windows color (decimal): -5476947 or 11365804. OLE color: 11365804.

HSL color Cylindrical-coordinate representation of color #AC6DAD: hue angle of 299.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6DAD is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172109173-
CMYK0.010.3700.32
HSL299.06º28.07%55.29%-
HSV(B)299.06º36.99%67.84%-
XYZ30.0222.7342.34-
YUV135.13149.37154.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=37.89%
G=24.01%
B=38.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721091730.010.3700.32299.0628.0755.29
HexAC6DAD12502012b1c37
Octal2541552551450404533467
Binary101011001101101101011011100101010000010010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DAD; }

 p { color: rgb(172,109,173); }

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

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

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

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

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

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

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