#AC4E98

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

Shades of Violet Blue #AC4E98

Tints of Violet Blue #AC4E98

Color information

#AC4E98 (or 0xAC4E98) is unknown color: approx Violet Blue. HEX triplet: AC, 4E and 98. RGB value is (172,78,152). Sum of RGB (Red+Green+Blue) = 172+78+152=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4E98 is #53B167. Grayscale: #727272. Windows color (decimal): -5484904 or 9981612. OLE color: 9981612.

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

Color convert

RGB17278152-
CMYK00.550.120.33
HSL312.77º37.6%49.02%-
HSV(B)312.77º54.65%67.45%-
XYZ25.4116.4931.55-
YUV114.54149.14168.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=42.79%
G=19.40%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727815200.550.120.33312.7737.649.02
HexAC4E98037C211392631
Octal25411623006714414714661
Binary1010110010011101001100001101111100100001100111001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E98; }

 p { color: rgb(172,78,152); }

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

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

 a { background-color: rgb(172,78,152); }

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

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

 span { border-color: rgb(172,78,152); }

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