Html Css Color HEX #A10EDF Dark Violet

📋 copy color: '#A10EDF'

red 161 ◦ green 14 ◦ blue 223

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

Shades of Dark Violet #A10EDF

Tints of Dark Violet #A10EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 40.45%
G = 3.52%
B = 56.03%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A10EDF (or 0xA10EDF) is known color: Dark Violet. HEX triplet: A1, 0E and DF. RGB value is (161,14,223). Sum of RGB (Red+Green+Blue) = 161+14+223=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #A10EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10EDF is #5EF120. Grayscale: #515151. Windows color (decimal): -6222113 or 14618273. OLE color: 14618273.

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

Color convert

RGB 161 14 223 -
CMYK 0.28 0.94 0 0.13
HSL 282.2º 0.88% 0.46% -
HSV(B) 282.2º 0.94% 0.87% -
XYZ 28.17 13.22 70.88 -
YUV 81.78 207.7 184.51 -
System Red Green Blue C M Y K H S L
Decimal 161 14 223 0.28 0.94 0 0.13 282.2 0.88 0.46
Hex A1 E DF 1C 5E 0 D 11A 58 2E
Octal 241 16 337 34 136 0 15 432 130 56
Binary 10100001 1110 11011111 11100 1011110 0 1101 100011010 1011000 101110

Color Harmonies of #A10EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10EDF

Black with #A10EDF

Text Example


Text Example

White with #A10EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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