#AC679D

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

Shades of Violet Blue #AC679D

Tints of Violet Blue #AC679D

Color information

#AC679D (or 0xAC679D) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and 9D. RGB value is (172,103,157). Sum of RGB (Red+Green+Blue) = 172+103+157=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC679D is #539862. Grayscale: #818181. Windows color (decimal): -5478499 or 10315692. OLE color: 10315692.

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

Color convert

RGB172103157-
CMYK00.400.090.33
HSL313.04º29.36%53.92%-
HSV(B)313.04º40.12%67.45%-
XYZ27.9520.9134.46-
YUV129.79143.36158.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=39.81%
G=23.84%
B=36.34%

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
Decimal17210315700.400.090.33313.0429.3653.92
HexAC679D0289211391d36
Octal25414723505011414713566
Binary101011001100111100111010101000100110000110011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC679D; }

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

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

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

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

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

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

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

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