#AC6297

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

Shades of Violet Blue #AC6297

Tints of Violet Blue #AC6297

Color information

#AC6297 (or 0xAC6297) is unknown color: approx Violet Blue. HEX triplet: AC, 62 and 97. RGB value is (172,98,151). Sum of RGB (Red+Green+Blue) = 172+98+151=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6297 is #539D68. Grayscale: #7E7E7E. Windows color (decimal): -5479785 or 9921196. OLE color: 9921196.

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

Color convert

RGB17298151-
CMYK00.430.120.33
HSL317.03º30.83%52.94%-
HSV(B)317.03º43.02%67.45%-
XYZ26.9719.7431.67-
YUV126.17142.02160.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=40.86%
G=23.28%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729815100.430.120.33317.0330.8352.94
HexAC629702BC2113d1f35
Octal25414222705314414753765
Binary101011001100010100101110101011110010000110011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6297; }

 p { color: rgb(172,98,151); }

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

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

 a { background-color: rgb(172,98,151); }

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

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

 span { border-color: rgb(172,98,151); }

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