Html Css Color HEX #A40EBE Dark Violet

📋 copy color: '#A40EBE'

red 164 ◦ green 14 ◦ blue 190

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

Shades of Dark Violet #A40EBE

Tints of Dark Violet #A40EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 44.57%
G = 3.8%
B = 51.63%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A40EBE (or 0xA40EBE) is known color: Dark Violet. HEX triplet: A4, 0E and BE. RGB value is (164,14,190). Sum of RGB (Red+Green+Blue) = 164+14+190=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #A40EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40EBE is #5BF141. Grayscale: #4E4E4E. Windows color (decimal): -6025538 or 12455588. OLE color: 12455588.

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

Color convert

RGB 164 14 190 -
CMYK 0.14 0.93 0 0.25
HSL 291.14º 0.86% 0.4% -
HSV(B) 291.14º 0.93% 0.75% -
XYZ 24.76 11.92 49.71 -
YUV 78.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 164 14 190 0.14 0.93 0 0.25 291.14 0.86 0.4
Hex A4 E BE E 5D 0 19 123 56 28
Octal 244 16 276 16 135 0 31 443 126 50
Binary 10100100 1110 10111110 1110 1011101 0 11001 100100011 1010110 101000

Color Harmonies of #A40EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40EBE

Black with #A40EBE

Text Example


Text Example

White with #A40EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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