#AC6FAA

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

Shades of Violet Blue #AC6FAA

Tints of Violet Blue #AC6FAA

Color information

#AC6FAA (or 0xAC6FAA) is unknown color: approx Violet Blue. HEX triplet: AC, 6F and AA. RGB value is (172,111,170). Sum of RGB (Red+Green+Blue) = 172+111+170=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6FAA is #539055. Grayscale: #878787. Windows color (decimal): -5476438 or 11169708. OLE color: 11169708.

HSL color Cylindrical-coordinate representation of color #AC6FAA: hue angle of 301.97º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC6FAA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172111170-
CMYK00.350.010.33
HSL301.97º26.87%55.49%-
HSV(B)301.97º35.47%67.45%-
XYZ29.9523.0440.9-
YUV135.96147.21153.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=37.97%
G=24.50%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211117000.350.010.33301.9726.8755.49
HexAC6FAA02312112e1b37
Octal2541572520431414563367
Binary101011001101111101010100100011110000110010111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6FAA; }

 p { color: rgb(172,111,170); }

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

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

 a { background-color: rgb(172,111,170); }

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

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

 span { border-color: rgb(172,111,170); }

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