Html Css Color HEX #A10EDB Dark Violet

📋 copy color: '#A10EDB'

red 161 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #A10EDB

Tints of Dark Violet #A10EDB

RGB

 RED value IS 161 (63.28% from 255) = 40.86%

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

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

R = 40.86%
G = 3.55%
B = 55.58%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A10EDB (or 0xA10EDB) is known color: Dark Violet. HEX triplet: A1, 0E and DB. RGB value is (161,14,219). Sum of RGB (Red+Green+Blue) = 161+14+219=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #A10EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10EDB is #5EF124. Grayscale: #505050. Windows color (decimal): -6222117 or 14356129. OLE color: 14356129.

HSL color Cylindrical-coordinate representation of color #A10EDB: hue angle of 283.02º 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 #A10EDB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 14 219 -
CMYK 0.26 0.94 0 0.14
HSL 283.02º 0.88% 0.46% -
HSV(B) 283.02º 0.94% 0.86% -
XYZ 27.64 13.01 68.07 -
YUV 81.32 205.7 184.83 -
System Red Green Blue C M Y K H S L
Decimal 161 14 219 0.26 0.94 0 0.14 283.02 0.88 0.46
Hex A1 E DB 1A 5E 0 E 11B 58 2E
Octal 241 16 333 32 136 0 16 433 130 56
Binary 10100001 1110 11011011 11010 1011110 0 1110 100011011 1011000 101110

Color Harmonies of #A10EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10EDB

Black with #A10EDB

Text Example


Text Example

White with #A10EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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