#A411E8

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

Shades of Dark Violet #A411E8

Tints of Dark Violet #A411E8

Color information

#A411E8 (or 0xA411E8) is unknown color: approx Dark Violet. HEX triplet: A4, 11 and E8. RGB value is (164,17,232). Sum of RGB (Red+Green+Blue) = 164+17+232=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #A411E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A411E8 is #5BEE17. Grayscale: #545454. Windows color (decimal): -6024728 or 15208868. OLE color: 15208868.

HSL color Cylindrical-coordinate representation of color #A411E8: hue angle of 281.02º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A411E8 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16417232-
CMYK0.290.9300.09
HSL281.02º86.35%48.82%-
HSV(B)281.02º92.67%90.98%-
XYZ30.0814.1277.48-
YUV85.46210.7184.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 17 (7.03% from 255) = 4.12%
BLUE value IS 232 (91.02% from 255) = 56.17%
R=39.71%
G=4.12%
B=56.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal164172320.290.9300.09281.0286.3548.82
HexA411E81D5D091195631
Octal244213503513501143112661
Binary101001001000111101000111011011101010011000110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A411E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A411E8; }

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

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

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

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

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

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

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

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