#AC4D95

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

Shades of Violet Blue #AC4D95

Tints of Violet Blue #AC4D95

Color information

#AC4D95 (or 0xAC4D95) is unknown color: approx Violet Blue. HEX triplet: AC, 4D and 95. RGB value is (172,77,149). Sum of RGB (Red+Green+Blue) = 172+77+149=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4D95 is #53B26A. Grayscale: #717171. Windows color (decimal): -5485163 or 9784748. OLE color: 9784748.

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

Color convert

RGB17277149-
CMYK00.550.130.33
HSL314.53º38.15%48.82%-
HSV(B)314.53º55.23%67.45%-
XYZ25.0916.2530.25-
YUV113.61147.97169.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=43.22%
G=19.35%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727714900.550.130.33314.5338.1548.82
HexAC4D95037D2113b2631
Octal25411522506715414734661
Binary1010110010011011001010101101111101100001100111011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4D95; }

 p { color: rgb(172,77,149); }

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

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

 a { background-color: rgb(172,77,149); }

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

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

 span { border-color: rgb(172,77,149); }

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