#A411C3

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

Shades of Dark Violet #A411C3

Tints of Dark Violet #A411C3

Color information

#A411C3 (or 0xA411C3) is unknown color: approx Dark Violet. HEX triplet: A4, 11 and C3. RGB value is (164,17,195). Sum of RGB (Red+Green+Blue) = 164+17+195=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 195 (76.56% from 255 or 51.86% from 376); Max value from RGB is 195 - color contains mainly: blue. Hex color #A411C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411C3 is #5BEE3C. Grayscale: #505050. Windows color (decimal): -6024765 or 12784036. OLE color: 12784036.

HSL color Cylindrical-coordinate representation of color #A411C3: hue angle of 289.55º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A411C3 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16417195-
CMYK0.160.9100.24
HSL289.55º83.96%41.57%-
HSV(B)289.55º91.28%76.47%-
XYZ25.3612.2352.65-
YUV81.24192.2187.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 17 (7.03% from 255) = 4.52%
BLUE value IS 195 (76.56% from 255) = 51.86%
R=43.62%
G=4.52%
B=51.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164171950.160.9100.24289.5583.9641.57
HexA411C3105B018122542a
Octal244213032013303044212452
Binary1010010010001110000111000010110110110001001000101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A411C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A411C3; }

 p { color: rgb(164,17,195); }

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

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

 a { background-color: rgb(164,17,195); }

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

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

 span { border-color: rgb(164,17,195); }

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