Html Css Color HEX #A10ED2 Dark Violet

📋 copy color: '#A10ED2'

red 161 ◦ green 14 ◦ blue 210

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

Shades of Dark Violet #A10ED2

Tints of Dark Violet #A10ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 54.55%

R = 41.82%
G = 3.64%
B = 54.55%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A10ED2 (or 0xA10ED2) is known color: Dark Violet. HEX triplet: A1, 0E and D2. RGB value is (161,14,210). Sum of RGB (Red+Green+Blue) = 161+14+210=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #A10ED2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ED2 is #5EF12D. Grayscale: #4F4F4F. Windows color (decimal): -6222126 or 13766305. OLE color: 13766305.

HSL color Cylindrical-coordinate representation of color #A10ED2: hue angle of 285º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10ED2 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 14 210 -
CMYK 0.23 0.93 0 0.18
HSL 285º 0.88% 0.44% -
HSV(B) 285º 0.93% 0.82% -
XYZ 26.49 12.54 62 -
YUV 80.3 201.2 185.56 -
System Red Green Blue C M Y K H S L
Decimal 161 14 210 0.23 0.93 0 0.18 285 0.88 0.44
Hex A1 E D2 17 5D 0 12 11D 58 2C
Octal 241 16 322 27 135 0 22 435 130 54
Binary 10100001 1110 11010010 10111 1011101 0 10010 100011101 1011000 101100

Color Harmonies of #A10ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10ED2

Black with #A10ED2

Text Example


Text Example

White with #A10ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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