#AC4F9F

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

Shades of Violet Blue #AC4F9F

Tints of Violet Blue #AC4F9F

Color information

#AC4F9F (or 0xAC4F9F) is unknown color: approx Violet Blue. HEX triplet: AC, 4F and 9F. RGB value is (172,79,159). Sum of RGB (Red+Green+Blue) = 172+79+159=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4F9F is #53B060. Grayscale: #737373. Windows color (decimal): -5484641 or 10440620. OLE color: 10440620.

HSL color Cylindrical-coordinate representation of color #AC4F9F: hue angle of 308.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC4F9F is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17279159-
CMYK00.540.080.33
HSL308.39º37.05%49.22%-
HSV(B)308.39º54.07%67.45%-
XYZ26.0716.8734.68-
YUV115.93152.31168-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 79 (31.25% from 255) = 19.27%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=41.95%
G=19.27%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727915900.540.080.33308.3937.0549.22
HexAC4F9F0368211342531
Octal25411723706610414644561
Binary1010110010011111001111101101101000100001100110100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F9F; }

 p { color: rgb(172,79,159); }

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

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

 a { background-color: rgb(172,79,159); }

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

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

 span { border-color: rgb(172,79,159); }

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