#AC5398

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

Shades of Violet Blue #AC5398

Tints of Violet Blue #AC5398

Color information

#AC5398 (or 0xAC5398) is unknown color: approx Violet Blue. HEX triplet: AC, 53 and 98. RGB value is (172,83,152). Sum of RGB (Red+Green+Blue) = 172+83+152=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5398 is #53AC67. Grayscale: #757575. Windows color (decimal): -5483624 or 9982892. OLE color: 9982892.

HSL color Cylindrical-coordinate representation of color #AC5398: hue angle of 313.48º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5398 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17283152-
CMYK00.520.120.33
HSL313.48º34.9%50%-
HSV(B)313.48º51.74%67.45%-
XYZ25.7717.2231.67-
YUV117.48147.49166.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=42.26%
G=20.39%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728315200.520.120.33313.4834.950
HexAC5398034C211392332
Octal25412323006414414714362
Binary1010110010100111001100001101001100100001100111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5398; }

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

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

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

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

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

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

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

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