#AC619E

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

Shades of Violet Blue #AC619E

Tints of Violet Blue #AC619E

Color information

#AC619E (or 0xAC619E) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and 9E. RGB value is (172,97,158). Sum of RGB (Red+Green+Blue) = 172+97+158=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC619E is #539E61. Grayscale: #7E7E7E. Windows color (decimal): -5480034 or 10379692. OLE color: 10379692.

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

Color convert

RGB17297158-
CMYK00.440.080.33
HSL311.2º31.12%52.75%-
HSV(B)311.2º43.6%67.45%-
XYZ27.4619.7934.72-
YUV126.38145.85160.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=40.28%
G=22.72%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729715800.440.080.33311.231.1252.75
HexAC619E02C8211371f35
Octal25414123605410414673765
Binary101011001100001100111100101100100010000110011011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC619E; }

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

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

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

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

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

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

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

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