#AC6198

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

Shades of Violet Blue #AC6198

Tints of Violet Blue #AC6198

Color information

#AC6198 (or 0xAC6198) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and 98. RGB value is (172,97,152). Sum of RGB (Red+Green+Blue) = 172+97+152=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6198 is #539E67. Grayscale: #7D7D7D. Windows color (decimal): -5480040 or 9986476. OLE color: 9986476.

HSL color Cylindrical-coordinate representation of color #AC6198: hue angle of 316º 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 #AC6198 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17297152-
CMYK00.440.120.33
HSL316º31.12%52.75%-
HSV(B)316º43.6%67.45%-
XYZ26.9619.5932.07-
YUV125.7142.85161.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=40.86%
G=23.04%
B=36.10%

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
Decimal1729715200.440.120.3331631.1252.75
HexAC619802CC2113c1f35
Octal25414123005414414743765
Binary101011001100001100110000101100110010000110011110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6198; }

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

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

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

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

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

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

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

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