Html Css Color HEX #A40EDB Dark Violet

📋 copy color: '#A40EDB'

red 164 ◦ green 14 ◦ blue 219

#A40EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A40EDB

Tints of Dark Violet #A40EDB

RGB

 RED value IS 164 (64.45% from 255) = 41.31%

 GREEN value IS 14 (5.86% from 255) = 3.53%

 BLUE value IS 219 (85.94% from 255) = 55.16%

R = 41.31%
G = 3.53%
B = 55.16%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A40EDB (or 0xA40EDB) is known color: Dark Violet. HEX triplet: A4, 0E and DB. RGB value is (164,14,219). Sum of RGB (Red+Green+Blue) = 164+14+219=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #A40EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40EDB is #5BF124. Grayscale: #515151. Windows color (decimal): -6025509 or 14356132. OLE color: 14356132.

HSL color Cylindrical-coordinate representation of color #A40EDB: hue angle of 283.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40EDB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 14 219 -
CMYK 0.25 0.94 0 0.14
HSL 283.9º 0.88% 0.46% -
HSV(B) 283.9º 0.94% 0.86% -
XYZ 28.25 13.32 68.1 -
YUV 82.22 205.2 186.33 -
System Red Green Blue C M Y K H S L
Decimal 164 14 219 0.25 0.94 0 0.14 283.9 0.88 0.46
Hex A4 E DB 19 5E 0 E 11C 58 2E
Octal 244 16 333 31 136 0 16 434 130 56
Binary 10100100 1110 11011011 11001 1011110 0 1110 100011100 1011000 101110

Color Harmonies of #A40EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40EDB

Black with #A40EDB

Text Example


Text Example

White with #A40EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40EDB; }

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

 H1.HeaderClassName
 {
   color: #A40EDB;
 }
 .AnyTagClassName
 {
   color: #A40EDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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