#AC419E

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

Shades of Violet Blue #AC419E

Tints of Violet Blue #AC419E

Color information

#AC419E (or 0xAC419E) is unknown color: approx Violet Blue. HEX triplet: AC, 41 and 9E. RGB value is (172,65,158). Sum of RGB (Red+Green+Blue) = 172+65+158=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC419E is #53BE61. Grayscale: #6B6B6B. Windows color (decimal): -5488226 or 10371500. OLE color: 10371500.

HSL color Cylindrical-coordinate representation of color #AC419E: hue angle of 307.85º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC419E is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17265158-
CMYK00.620.080.33
HSL307.85º45.15%46.47%-
HSV(B)307.85º62.21%67.45%-
XYZ25.0815.0233.93-
YUV107.6156.45173.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 158 (62.11% from 255) = 40%
R=43.54%
G=16.46%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726515800.620.080.33307.8545.1546.47
HexAC419E03E8211342d2e
Octal25410123607610414645556
Binary1010110010000011001111001111101000100001100110100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC419E; }

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

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

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

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

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

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

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

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