#AC4896

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

Shades of Violet Blue #AC4896

Tints of Violet Blue #AC4896

Color information

#AC4896 (or 0xAC4896) is unknown color: approx Violet Blue. HEX triplet: AC, 48 and 96. RGB value is (172,72,150). Sum of RGB (Red+Green+Blue) = 172+72+150=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4896 is #53B769. Grayscale: #6E6E6E. Windows color (decimal): -5486442 or 9849004. OLE color: 9849004.

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

Color convert

RGB17272150-
CMYK00.580.130.33
HSL313.2º40.98%47.84%-
HSV(B)313.2º58.14%67.45%-
XYZ24.8415.6130.56-
YUV110.79150.13171.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=43.65%
G=18.27%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727215000.580.130.33313.240.9847.84
HexAC489603AD211392930
Octal25411022607215414715160
Binary1010110010010001001011001110101101100001100111001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4896; }

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

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

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

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

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

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

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

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