Html Css Color HEX #A40EDD Dark Violet

📋 copy color: '#A40EDD'

red 164 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #A40EDD

Tints of Dark Violet #A40EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 41.1%
G = 3.51%
B = 55.39%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A40EDD (or 0xA40EDD) is known color: Dark Violet. HEX triplet: A4, 0E and DD. RGB value is (164,14,221). Sum of RGB (Red+Green+Blue) = 164+14+221=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #A40EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40EDD is #5BF122. Grayscale: #515151. Windows color (decimal): -6025507 or 14487204. OLE color: 14487204.

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

Color convert

RGB 164 14 221 -
CMYK 0.26 0.94 0 0.13
HSL 283.48º 0.88% 0.46% -
HSV(B) 283.48º 0.94% 0.87% -
XYZ 28.52 13.43 69.5 -
YUV 82.45 206.2 186.17 -
System Red Green Blue C M Y K H S L
Decimal 164 14 221 0.26 0.94 0 0.13 283.48 0.88 0.46
Hex A4 E DD 1A 5E 0 D 11B 58 2E
Octal 244 16 335 32 136 0 15 433 130 56
Binary 10100100 1110 11011101 11010 1011110 0 1101 100011011 1011000 101110

Color Harmonies of #A40EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40EDD

Black with #A40EDD

Text Example


Text Example

White with #A40EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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