#AC679E

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

Shades of Violet Blue #AC679E

Tints of Violet Blue #AC679E

Color information

#AC679E (or 0xAC679E) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and 9E. RGB value is (172,103,158). Sum of RGB (Red+Green+Blue) = 172+103+158=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC679E is #539861. Grayscale: #818181. Windows color (decimal): -5478498 or 10381228. OLE color: 10381228.

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

Color convert

RGB172103158-
CMYK00.400.080.33
HSL312.17º29.36%53.92%-
HSV(B)312.17º40.12%67.45%-
XYZ28.0420.9434.91-
YUV129.9143.86158.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=39.72%
G=23.79%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210315800.400.080.33312.1729.3653.92
HexAC679E0288211381d36
Octal25414723605010414703566
Binary101011001100111100111100101000100010000110011100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC679E; }

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

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

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

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

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

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

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

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