#AC6EB7

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

Shades of Violet Blue #AC6EB7

Tints of Violet Blue #AC6EB7

Color information

#AC6EB7 (or 0xAC6EB7) is unknown color: approx Violet Blue. HEX triplet: AC, 6E and B7. RGB value is (172,110,183). Sum of RGB (Red+Green+Blue) = 172+110+183=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC6EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EB7 is #539148. Grayscale: #888888. Windows color (decimal): -5476681 or 12021420. OLE color: 12021420.

HSL color Cylindrical-coordinate representation of color #AC6EB7: hue angle of 290.96º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6EB7 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172110183-
CMYK0.060.4000.28
HSL290.96º33.64%57.45%-
HSV(B)290.96º39.89%71.76%-
XYZ31.1423.3447.66-
YUV136.86154.04153.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 183 (71.88% from 255) = 39.35%
R=36.99%
G=23.66%
B=39.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721101830.060.4000.28290.9633.6457.45
HexAC6EB762801C1232239
Octal2541562676500344434271
Binary10101100110111010110111110101000011100100100011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6EB7; }

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

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

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

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

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

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

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

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