#AC6AA8

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

Shades of Violet Blue #AC6AA8

Tints of Violet Blue #AC6AA8

Color information

#AC6AA8 (or 0xAC6AA8) is unknown color: approx Violet Blue. HEX triplet: AC, 6A and A8. RGB value is (172,106,168). Sum of RGB (Red+Green+Blue) = 172+106+168=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6AA8 is #539557. Grayscale: #848484. Windows color (decimal): -5477720 or 11037356. OLE color: 11037356.

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

Color convert

RGB172106168-
CMYK00.380.020.33
HSL303.64º28.45%54.51%-
HSV(B)303.64º38.37%67.45%-
XYZ29.2421.9139.73-
YUV132.8147.87155.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 168 (66.02% from 255) = 37.67%
R=38.57%
G=23.77%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210616800.380.020.33303.6428.4554.51
HexAC6AA80262211301c37
Octal2541522500462414603467
Binary1010110011010101010100001001101010000110011000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6AA8; }

 p { color: rgb(172,106,168); }

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

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

 a { background-color: rgb(172,106,168); }

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

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

 span { border-color: rgb(172,106,168); }

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