#AC5498

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

Shades of Violet Blue #AC5498

Tints of Violet Blue #AC5498

Color information

#AC5498 (or 0xAC5498) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and 98. RGB value is (172,84,152). Sum of RGB (Red+Green+Blue) = 172+84+152=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5498 is #53AB67. Grayscale: #757575. Windows color (decimal): -5483368 or 9983148. OLE color: 9983148.

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

Color convert

RGB17284152-
CMYK00.510.120.33
HSL313.64º34.65%50.2%-
HSV(B)313.64º51.16%67.45%-
XYZ25.8517.3831.7-
YUV118.06147.15166.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=42.16%
G=20.59%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728415200.510.120.33313.6434.6550.2
HexAC5498033C2113a2332
Octal25412423006314414724362
Binary1010110010101001001100001100111100100001100111010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5498; }

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

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

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

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

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

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

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

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