#AC68A6

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

Shades of Violet Blue #AC68A6

Tints of Violet Blue #AC68A6

Color information

#AC68A6 (or 0xAC68A6) is unknown color: approx Violet Blue. HEX triplet: AC, 68 and A6. RGB value is (172,104,166). Sum of RGB (Red+Green+Blue) = 172+104+166=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC68A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC68A6 is #539759. Grayscale: #838383. Windows color (decimal): -5478234 or 10905772. OLE color: 10905772.

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

Color convert

RGB172104166-
CMYK00.400.030.33
HSL305.29º29.06%54.12%-
HSV(B)305.29º39.53%67.45%-
XYZ28.8521.4238.69-
YUV131.4147.53156.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 104 (41.02% from 255) = 23.53%
BLUE value IS 166 (65.23% from 255) = 37.56%
R=38.91%
G=23.53%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210416600.400.030.33305.2929.0654.12
HexAC68A60283211311d36
Octal2541502460503414613566
Binary1010110011010001010011001010001110000110011000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC68A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC68A6; }

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

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

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

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

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

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

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

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