#AC68AA

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

Shades of Violet Blue #AC68AA

Tints of Violet Blue #AC68AA

Color information

#AC68AA (or 0xAC68AA) is unknown color: approx Violet Blue. HEX triplet: AC, 68 and AA. RGB value is (172,104,170). Sum of RGB (Red+Green+Blue) = 172+104+170=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC68AA is #539755. Grayscale: #838383. Windows color (decimal): -5478230 or 11167916. OLE color: 11167916.

HSL color Cylindrical-coordinate representation of color #AC68AA: hue angle of 301.76º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC68AA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172104170-
CMYK00.400.010.33
HSL301.76º29.06%54.12%-
HSV(B)301.76º39.53%67.45%-
XYZ29.2221.5740.65-
YUV131.86149.53156.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 104 (41.02% from 255) = 23.32%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=38.57%
G=23.32%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210417000.400.010.33301.7629.0654.12
HexAC68AA02812112e1d36
Octal2541502520501414563566
Binary101011001101000101010100101000110000110010111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC68AA; }

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

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

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

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

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

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

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

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