#AC619D

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

Shades of Violet Blue #AC619D

Tints of Violet Blue #AC619D

Color information

#AC619D (or 0xAC619D) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and 9D. RGB value is (172,97,157). Sum of RGB (Red+Green+Blue) = 172+97+157=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC619D is #539E62. Grayscale: #7E7E7E. Windows color (decimal): -5480035 or 10314156. OLE color: 10314156.

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

Color convert

RGB17297157-
CMYK00.440.090.33
HSL312º31.12%52.75%-
HSV(B)312º43.6%67.45%-
XYZ27.3719.7534.27-
YUV126.26145.35160.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=40.38%
G=22.77%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729715700.440.090.3331231.1252.75
HexAC619D02C9211381f35
Octal25414123505411414703765
Binary101011001100001100111010101100100110000110011100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC619D; }

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

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

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

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

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

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

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

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