Html Css Color HEX #A40EEA Dark Violet

📋 copy color: '#A40EEA'

red 164 ◦ green 14 ◦ blue 234

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

Shades of Dark Violet #A40EEA

Tints of Dark Violet #A40EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.8%

R = 39.81%
G = 3.4%
B = 56.8%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A40EEA (or 0xA40EEA) is known color: Dark Violet. HEX triplet: A4, 0E and EA. RGB value is (164,14,234). Sum of RGB (Red+Green+Blue) = 164+14+234=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #A40EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40EEA is #5BF115. Grayscale: #535353. Windows color (decimal): -6025494 or 15339172. OLE color: 15339172.

HSL color Cylindrical-coordinate representation of color #A40EEA: hue angle of 280.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40EEA is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 14 234 -
CMYK 0.30 0.94 0 0.08
HSL 280.91º 0.89% 0.49% -
HSV(B) 280.91º 0.94% 0.92% -
XYZ 30.32 14.15 78.97 -
YUV 83.93 212.7 185.11 -
System Red Green Blue C M Y K H S L
Decimal 164 14 234 0.30 0.94 0 0.08 280.91 0.89 0.49
Hex A4 E EA 1E 5E 0 8 119 59 31
Octal 244 16 352 36 136 0 10 431 131 61
Binary 10100100 1110 11101010 11110 1011110 0 1000 100011001 1011001 110001

Color Harmonies of #A40EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40EEA

Black with #A40EEA

Text Example


Text Example

White with #A40EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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