#A511E8

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

Shades of Dark Violet #A511E8

Tints of Dark Violet #A511E8

Color information

#A511E8 (or 0xA511E8) is unknown color: approx Dark Violet. HEX triplet: A5, 11 and E8. RGB value is (165,17,232). Sum of RGB (Red+Green+Blue) = 165+17+232=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 232 (91.02% from 255 or 56.04% from 414); Max value from RGB is 232 - color contains mainly: blue. Hex color #A511E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A511E8 is #5AEE17. Grayscale: #555555. Windows color (decimal): -5959192 or 15208869. OLE color: 15208869.

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

Color convert

RGB16517232-
CMYK0.290.9300.09
HSL281.3º86.35%48.82%-
HSV(B)281.3º92.67%90.98%-
XYZ30.2814.2377.49-
YUV85.76210.53184.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 17 (7.03% from 255) = 4.11%
BLUE value IS 232 (91.02% from 255) = 56.04%
R=39.86%
G=4.11%
B=56.04%

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
Decimal165172320.290.9300.09281.386.3548.82
HexA511E81D5D091195631
Octal245213503513501143112661
Binary101001011000111101000111011011101010011000110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A511E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A511E8; }

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

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

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

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

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

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

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

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