Html Css Color HEX #A00EDB Dark Violet

📋 copy color: '#A00EDB'

red 160 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #A00EDB

Tints of Dark Violet #A00EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 40.71%
G = 3.56%
B = 55.73%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A00EDB (or 0xA00EDB) is known color: Dark Violet. HEX triplet: A0, 0E and DB. RGB value is (160,14,219). Sum of RGB (Red+Green+Blue) = 160+14+219=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #A00EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EDB is #5FF124. Grayscale: #505050. Windows color (decimal): -6287653 or 14356128. OLE color: 14356128.

HSL color Cylindrical-coordinate representation of color #A00EDB: hue angle of 282.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00EDB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 14 219 -
CMYK 0.27 0.94 0 0.14
HSL 282.73º 0.88% 0.46% -
HSV(B) 282.73º 0.94% 0.86% -
XYZ 27.44 12.9 68.06 -
YUV 81.02 205.87 184.33 -
System Red Green Blue C M Y K H S L
Decimal 160 14 219 0.27 0.94 0 0.14 282.73 0.88 0.46
Hex A0 E DB 1B 5E 0 E 11B 58 2E
Octal 240 16 333 33 136 0 16 433 130 56
Binary 10100000 1110 11011011 11011 1011110 0 1110 100011011 1011000 101110

Color Harmonies of #A00EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EDB

Black with #A00EDB

Text Example


Text Example

White with #A00EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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