#AC4898

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

Shades of Violet Blue #AC4898

Tints of Violet Blue #AC4898

Color information

#AC4898 (or 0xAC4898) is unknown color: approx Violet Blue. HEX triplet: AC, 48 and 98. RGB value is (172,72,152). Sum of RGB (Red+Green+Blue) = 172+72+152=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4898 is #53B767. Grayscale: #6E6E6E. Windows color (decimal): -5486440 or 9980076. OLE color: 9980076.

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

Color convert

RGB17272152-
CMYK00.580.120.33
HSL312º40.98%47.84%-
HSV(B)312º58.14%67.45%-
XYZ2515.6731.41-
YUV111.02151.13171.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 72 (28.52% from 255) = 18.18%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=43.43%
G=18.18%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727215200.580.120.3331240.9847.84
HexAC489803AC211382930
Octal25411023007214414705160
Binary1010110010010001001100001110101100100001100111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4898; }

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

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

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

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

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

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

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

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