Html Css Color HEX #A40EDA Dark Violet

📋 copy color: '#A40EDA'

red 164 ◦ green 14 ◦ blue 218

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

Shades of Dark Violet #A40EDA

Tints of Dark Violet #A40EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 41.41%
G = 3.54%
B = 55.05%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A40EDA (or 0xA40EDA) is known color: Dark Violet. HEX triplet: A4, 0E and DA. RGB value is (164,14,218). Sum of RGB (Red+Green+Blue) = 164+14+218=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #A40EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40EDA is #5BF125. Grayscale: #515151. Windows color (decimal): -6025510 or 14290596. OLE color: 14290596.

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

Color convert

RGB 164 14 218 -
CMYK 0.25 0.94 0 0.15
HSL 284.12º 0.88% 0.45% -
HSV(B) 284.12º 0.94% 0.85% -
XYZ 28.12 13.27 67.41 -
YUV 82.11 204.7 186.41 -
System Red Green Blue C M Y K H S L
Decimal 164 14 218 0.25 0.94 0 0.15 284.12 0.88 0.45
Hex A4 E DA 19 5E 0 F 11C 58 2D
Octal 244 16 332 31 136 0 17 434 130 55
Binary 10100100 1110 11011010 11001 1011110 0 1111 100011100 1011000 101101

Color Harmonies of #A40EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40EDA

Black with #A40EDA

Text Example


Text Example

White with #A40EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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