#AC4D96

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

Shades of Violet Blue #AC4D96

Tints of Violet Blue #AC4D96

Color information

#AC4D96 (or 0xAC4D96) is unknown color: approx Violet Blue. HEX triplet: AC, 4D and 96. RGB value is (172,77,150). Sum of RGB (Red+Green+Blue) = 172+77+150=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4D96 is #53B269. Grayscale: #717171. Windows color (decimal): -5485162 or 9850284. OLE color: 9850284.

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

Color convert

RGB17277150-
CMYK00.550.130.33
HSL313.89º38.15%48.82%-
HSV(B)313.89º55.23%67.45%-
XYZ25.1716.2830.67-
YUV113.73148.47169.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=43.11%
G=19.30%
B=37.59%

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
Decimal1727715000.550.130.33313.8938.1548.82
HexAC4D96037D2113a2631
Octal25411522606715414724661
Binary1010110010011011001011001101111101100001100111010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4D96; }

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

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

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

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

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

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

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

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