#AC679A

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

Shades of Violet Blue #AC679A

Tints of Violet Blue #AC679A

Color information

#AC679A (or 0xAC679A) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and 9A. RGB value is (172,103,154). Sum of RGB (Red+Green+Blue) = 172+103+154=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC679A is #539865. Grayscale: #818181. Windows color (decimal): -5478502 or 10119084. OLE color: 10119084.

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

Color convert

RGB172103154-
CMYK00.400.100.33
HSL315.65º29.36%53.92%-
HSV(B)315.65º40.12%67.45%-
XYZ27.720.833.13-
YUV129.44141.86158.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=40.09%
G=24.01%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210315400.400.100.33315.6529.3653.92
HexAC679A028A2113c1d36
Octal25414723205012414743566
Binary101011001100111100110100101000101010000110011110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC679A; }

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

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

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

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

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

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

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

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