#AC6DAF

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

Shades of Violet Blue #AC6DAF

Tints of Violet Blue #AC6DAF

Color information

#AC6DAF (or 0xAC6DAF) is unknown color: approx Violet Blue. HEX triplet: AC, 6D and AF. RGB value is (172,109,175). Sum of RGB (Red+Green+Blue) = 172+109+175=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC6DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6DAF is #539250. Grayscale: #878787. Windows color (decimal): -5476945 or 11496876. OLE color: 11496876.

HSL color Cylindrical-coordinate representation of color #AC6DAF: hue angle of 297.27º degrees, saturation: 0.29, 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 #AC6DAF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172109175-
CMYK0.020.3800.31
HSL297.27º29.2%55.69%-
HSV(B)297.27º37.71%68.63%-
XYZ30.2222.843.37-
YUV135.36150.37154.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 109 (42.97% from 255) = 23.90%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=37.72%
G=23.90%
B=38.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721091750.020.3800.31297.2729.255.69
HexAC6DAF22601F1291d38
Octal2541552572460374513570
Binary101011001101101101011111010011001111110010100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DAF; }

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

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

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

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

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

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

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

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