#AC679C

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

Shades of Violet Blue #AC679C

Tints of Violet Blue #AC679C

Color information

#AC679C (or 0xAC679C) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and 9C. RGB value is (172,103,156). Sum of RGB (Red+Green+Blue) = 172+103+156=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC679C is #539863. Grayscale: #818181. Windows color (decimal): -5478500 or 10250156. OLE color: 10250156.

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

Color convert

RGB172103156-
CMYK00.400.090.33
HSL313.91º29.36%53.92%-
HSV(B)313.91º40.12%67.45%-
XYZ27.8620.8734.01-
YUV129.67142.86158.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=39.91%
G=23.90%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210315600.400.090.33313.9129.3653.92
HexAC679C02892113a1d36
Octal25414723405011414723566
Binary101011001100111100111000101000100110000110011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC679C; }

 p { color: rgb(172,103,156); }

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

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

 a { background-color: rgb(172,103,156); }

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

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

 span { border-color: rgb(172,103,156); }

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