Html Css Color HEX #A40EDC Dark Violet

📋 copy color: '#A40EDC'

red 164 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #A40EDC

Tints of Dark Violet #A40EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 41.21%
G = 3.52%
B = 55.28%

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

#A40EDC (or 0xA40EDC) is known color: Dark Violet. HEX triplet: A4, 0E and DC. RGB value is (164,14,220). Sum of RGB (Red+Green+Blue) = 164+14+220=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #A40EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40EDC is #5BF123. Grayscale: #515151. Windows color (decimal): -6025508 or 14421668. OLE color: 14421668.

HSL color Cylindrical-coordinate representation of color #A40EDC: hue angle of 283.69º 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 #A40EDC is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 14 220 -
CMYK 0.25 0.94 0 0.14
HSL 283.69º 0.88% 0.46% -
HSV(B) 283.69º 0.94% 0.86% -
XYZ 28.39 13.37 68.8 -
YUV 82.33 205.7 186.25 -
System Red Green Blue C M Y K H S L
Decimal 164 14 220 0.25 0.94 0 0.14 283.69 0.88 0.46
Hex A4 E DC 19 5E 0 E 11C 58 2E
Octal 244 16 334 31 136 0 16 434 130 56
Binary 10100100 1110 11011100 11001 1011110 0 1110 100011100 1011000 101110

Color Harmonies of #A40EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40EDC

Black with #A40EDC

Text Example


Text Example

White with #A40EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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