Html Css Color HEX #A00EBE Dark Violet

📋 copy color: '#A00EBE'

red 160 ◦ green 14 ◦ blue 190

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

Shades of Dark Violet #A00EBE

Tints of Dark Violet #A00EBE

RGB

 RED value IS 160 (62.89% from 255) = 43.96%

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

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

R = 43.96%
G = 3.85%
B = 52.2%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A00EBE (or 0xA00EBE) is known color: Dark Violet. HEX triplet: A0, 0E and BE. RGB value is (160,14,190). Sum of RGB (Red+Green+Blue) = 160+14+190=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #A00EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EBE is #5FF141. Grayscale: #4D4D4D. Windows color (decimal): -6287682 or 12455584. OLE color: 12455584.

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

Color convert

RGB 160 14 190 -
CMYK 0.16 0.93 0 0.25
HSL 289.77º 0.86% 0.4% -
HSV(B) 289.77º 0.93% 0.75% -
XYZ 23.95 11.51 49.67 -
YUV 77.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 160 14 190 0.16 0.93 0 0.25 289.77 0.86 0.4
Hex A0 E BE 10 5D 0 19 122 56 28
Octal 240 16 276 20 135 0 31 442 126 50
Binary 10100000 1110 10111110 10000 1011101 0 11001 100100010 1010110 101000

Color Harmonies of #A00EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EBE

Black with #A00EBE

Text Example


Text Example

White with #A00EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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