Html Css Color HEX #A40EBC Dark Violet

📋 copy color: '#A40EBC'

red 164 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #A40EBC

Tints of Dark Violet #A40EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 44.81%
G = 3.83%
B = 51.37%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A40EBC (or 0xA40EBC) is known color: Dark Violet. HEX triplet: A4, 0E and BC. RGB value is (164,14,188). Sum of RGB (Red+Green+Blue) = 164+14+188=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #A40EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40EBC is #5BF143. Grayscale: #4E4E4E. Windows color (decimal): -6025540 or 12324516. OLE color: 12324516.

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

Color convert

RGB 164 14 188 -
CMYK 0.13 0.93 0 0.26
HSL 291.72º 0.86% 0.4% -
HSV(B) 291.72º 0.93% 0.74% -
XYZ 24.54 11.84 48.57 -
YUV 78.69 189.7 188.85 -
System Red Green Blue C M Y K H S L
Decimal 164 14 188 0.13 0.93 0 0.26 291.72 0.86 0.4
Hex A4 E BC D 5D 0 1A 124 56 28
Octal 244 16 274 15 135 0 32 444 126 50
Binary 10100100 1110 10111100 1101 1011101 0 11010 100100100 1010110 101000

Color Harmonies of #A40EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40EBC

Black with #A40EBC

Text Example


Text Example

White with #A40EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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