#AC6598

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

Shades of Violet Blue #AC6598

Tints of Violet Blue #AC6598

Color information

#AC6598 (or 0xAC6598) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and 98. RGB value is (172,101,152). Sum of RGB (Red+Green+Blue) = 172+101+152=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6598 is #539A67. Grayscale: #7F7F7F. Windows color (decimal): -5479016 or 9987500. OLE color: 9987500.

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

Color convert

RGB172101152-
CMYK00.410.120.33
HSL316.9º29.96%53.53%-
HSV(B)316.9º41.28%67.45%-
XYZ27.3320.3532.19-
YUV128.04141.52159.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=40.47%
G=23.76%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210115200.410.120.33316.929.9653.53
HexAC6598029C2113d1e36
Octal25414523005114414753666
Binary101011001100101100110000101001110010000110011110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6598; }

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

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

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

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

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

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

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

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