#AC6EAD

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

Shades of Violet Blue #AC6EAD

Tints of Violet Blue #AC6EAD

Color information

#AC6EAD (or 0xAC6EAD) is unknown color: approx Violet Blue. HEX triplet: AC, 6E and AD. RGB value is (172,110,173). Sum of RGB (Red+Green+Blue) = 172+110+173=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC6EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6EAD is #539152. Grayscale: #878787. Windows color (decimal): -5476691 or 11366060. OLE color: 11366060.

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

Color convert

RGB172110173-
CMYK0.010.3600.32
HSL299.05º27.75%55.49%-
HSV(B)299.05º36.42%67.84%-
XYZ30.1322.9442.37-
YUV135.72149.04153.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=37.80%
G=24.18%
B=38.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721101730.010.3600.32299.0527.7555.49
HexAC6EAD12402012b1c37
Octal2541562551440404533467
Binary101011001101110101011011100100010000010010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6EAD; }

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

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

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

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

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

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

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

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