Html Css Color HEX #A10CD1 Dark Violet

📋 copy color: '#A10CD1'

red 161 ◦ green 12 ◦ blue 209

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

Shades of Dark Violet #A10CD1

Tints of Dark Violet #A10CD1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.14%

 BLUE value IS 209 (82.03% from 255) = 54.71%

R = 42.15%
G = 3.14%
B = 54.71%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A10CD1 (or 0xA10CD1) is known color: Dark Violet. HEX triplet: A1, 0C and D1. RGB value is (161,12,209). Sum of RGB (Red+Green+Blue) = 161+12+209=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 209 (82.03% from 255 or 54.71% from 382); Max value from RGB is 209 - color contains mainly: blue. Hex color #A10CD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CD1 is #5EF32E. Grayscale: #4E4E4E. Windows color (decimal): -6222639 or 13700257. OLE color: 13700257.

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

Color convert

RGB 161 12 209 -
CMYK 0.23 0.94 0 0.18
HSL 285.38º 0.89% 0.43% -
HSV(B) 285.38º 0.94% 0.82% -
XYZ 26.34 12.44 61.34 -
YUV 79.01 201.36 186.48 -
System Red Green Blue C M Y K H S L
Decimal 161 12 209 0.23 0.94 0 0.18 285.38 0.89 0.43
Hex A1 C D1 17 5E 0 12 11D 59 2B
Octal 241 14 321 27 136 0 22 435 131 53
Binary 10100001 1100 11010001 10111 1011110 0 10010 100011101 1011001 101011

Color Harmonies of #A10CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10CD1

Black with #A10CD1

Text Example


Text Example

White with #A10CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10CD1; }

 p { color: rgb(161,12,209); }

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

background-color css

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

 a { background-color: rgb(161,12,209); }

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

border-color css

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

 span { border-color: rgb(161,12,209); }

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