#A40EB1

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

Shades of Dark Violet #A40EB1

Tints of Dark Violet #A40EB1

Color information

#A40EB1 (or 0xA40EB1) is unknown color: approx Dark Violet. HEX triplet: A4, 0E and B1. RGB value is (164,14,177). Sum of RGB (Red+Green+Blue) = 164+14+177=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #A40EB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40EB1 is #5BF14E. Grayscale: #4C4C4C. Windows color (decimal): -6025551 or 11603620. OLE color: 11603620.

HSL color Cylindrical-coordinate representation of color #A40EB1: hue angle of 295.21º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40EB1 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16414177-
CMYK0.070.9200.31
HSL295.21º85.34%37.45%-
HSV(B)295.21º92.09%69.41%-
XYZ23.411.3842.56-
YUV77.43184.2189.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 14 (5.86% from 255) = 3.94%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=46.20%
G=3.94%
B=49.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164141770.070.9200.31295.2185.3437.45
HexA4EB175C01F1275525
Octal24416261713403744712545
Binary1010010011101011000111110111000111111001001111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40EB1; }

 p { color: rgb(164,14,177); }

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

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

 a { background-color: rgb(164,14,177); }

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

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

 span { border-color: rgb(164,14,177); }

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