#AC6098

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

Shades of Violet Blue #AC6098

Tints of Violet Blue #AC6098

Color information

#AC6098 (or 0xAC6098) is unknown color: approx Violet Blue. HEX triplet: AC, 60 and 98. RGB value is (172,96,152). Sum of RGB (Red+Green+Blue) = 172+96+152=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6098 is #539F67. Grayscale: #7C7C7C. Windows color (decimal): -5480296 or 9986220. OLE color: 9986220.

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

Color convert

RGB17296152-
CMYK00.440.120.33
HSL315.79º31.4%52.55%-
HSV(B)315.79º44.19%67.45%-
XYZ26.8619.432.04-
YUV125.11143.18161.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=40.95%
G=22.86%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729615200.440.120.33315.7931.452.55
HexAC609802CC2113c1f35
Octal25414023005414414743765
Binary101011001100000100110000101100110010000110011110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6098; }

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

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

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

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

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

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

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

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