#AC4598

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

Shades of Violet Blue #AC4598

Tints of Violet Blue #AC4598

Color information

#AC4598 (or 0xAC4598) is unknown color: approx Violet Blue. HEX triplet: AC, 45 and 98. RGB value is (172,69,152). Sum of RGB (Red+Green+Blue) = 172+69+152=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4598 is #53BA67. Grayscale: #6D6D6D. Windows color (decimal): -5487208 or 9979308. OLE color: 9979308.

HSL color Cylindrical-coordinate representation of color #AC4598: hue angle of 311.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4598 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17269152-
CMYK00.600.120.33
HSL311.65º42.74%47.25%-
HSV(B)311.65º59.88%67.45%-
XYZ24.8115.2931.35-
YUV109.26152.12172.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=43.77%
G=17.56%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726915200.600.120.33311.6542.7447.25
HexAC459803CC211382b2f
Octal25410523007414414705357
Binary1010110010001011001100001111001100100001100111000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4598; }

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

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

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

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

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

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

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

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