#AC5893

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

Shades of Violet Blue #AC5893

Tints of Violet Blue #AC5893

Color information

#AC5893 (or 0xAC5893) is unknown color: approx Violet Blue. HEX triplet: AC, 58 and 93. RGB value is (172,88,147). Sum of RGB (Red+Green+Blue) = 172+88+147=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5893 is #53A76C. Grayscale: #777777. Windows color (decimal): -5482349 or 9656492. OLE color: 9656492.

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

Color convert

RGB17288147-
CMYK00.490.150.33
HSL317.86º33.6%50.98%-
HSV(B)317.86º48.84%67.45%-
XYZ25.7717.8629.69-
YUV119.84143.33165.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=42.26%
G=21.62%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728814700.490.150.33317.8633.650.98
HexAC5893031F2113e2233
Octal25413022306117414764263
Binary1010110010110001001001101100011111100001100111110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5893; }

 p { color: rgb(172,88,147); }

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

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

 a { background-color: rgb(172,88,147); }

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

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

 span { border-color: rgb(172,88,147); }

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