#AC68AB

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

Shades of Violet Blue #AC68AB

Tints of Violet Blue #AC68AB

Color information

#AC68AB (or 0xAC68AB) is unknown color: approx Violet Blue. HEX triplet: AC, 68 and AB. RGB value is (172,104,171). Sum of RGB (Red+Green+Blue) = 172+104+171=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC68AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC68AB is #539754. Grayscale: #838383. Windows color (decimal): -5478229 or 11233452. OLE color: 11233452.

HSL color Cylindrical-coordinate representation of color #AC68AB: hue angle of 300.88º 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 #AC68AB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172104171-
CMYK00.400.010.33
HSL300.88º29.06%54.12%-
HSV(B)300.88º39.53%67.45%-
XYZ29.3121.6141.15-
YUV131.97150.03156.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=38.48%
G=23.27%
B=38.26%

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
Decimal17210417100.400.010.33300.8829.0654.12
HexAC68AB02812112d1d36
Octal2541502530501414553566
Binary101011001101000101010110101000110000110010110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC68AB; }

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

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

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

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

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

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

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

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