#AC6BAE

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

Shades of Violet Blue #AC6BAE

Tints of Violet Blue #AC6BAE

Color information

#AC6BAE (or 0xAC6BAE) is unknown color: approx Violet Blue. HEX triplet: AC, 6B and AE. RGB value is (172,107,174). Sum of RGB (Red+Green+Blue) = 172+107+174=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC6BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BAE is #539451. Grayscale: #858585. Windows color (decimal): -5477458 or 11430828. OLE color: 11430828.

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

Color convert

RGB172107174-
CMYK0.010.3900.32
HSL298.21º29.26%55.1%-
HSV(B)298.21º38.51%68.24%-
XYZ29.9122.3442.78-
YUV134.07150.53155.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=37.97%
G=23.62%
B=38.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721071740.010.3900.32298.2129.2655.1
HexAC6BAE12702012a1d37
Octal2541532561470404523567
Binary101011001101011101011101100111010000010010101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BAE; }

 p { color: rgb(172,107,174); }

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

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

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

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

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

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

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