Html Css Color HEX #A10CD2 Dark Violet

📋 copy color: '#A10CD2'

red 161 ◦ green 12 ◦ blue 210

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

Shades of Dark Violet #A10CD2

Tints of Dark Violet #A10CD2

RGB

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

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

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

R = 42.04%
G = 3.13%
B = 54.83%

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

#A10CD2 (or 0xA10CD2) is known color: Dark Violet. HEX triplet: A1, 0C and D2. RGB value is (161,12,210). Sum of RGB (Red+Green+Blue) = 161+12+210=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 210 (82.42% from 255 or 54.83% from 383); Max value from RGB is 210 - color contains mainly: blue. Hex color #A10CD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CD2 is #5EF32D. Grayscale: #4E4E4E. Windows color (decimal): -6222638 or 13765793. OLE color: 13765793.

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

Color convert

RGB 161 12 210 -
CMYK 0.23 0.94 0 0.18
HSL 285.15º 0.89% 0.44% -
HSV(B) 285.15º 0.94% 0.82% -
XYZ 26.46 12.49 61.99 -
YUV 79.12 201.86 186.4 -
System Red Green Blue C M Y K H S L
Decimal 161 12 210 0.23 0.94 0 0.18 285.15 0.89 0.44
Hex A1 C D2 17 5E 0 12 11D 59 2C
Octal 241 14 322 27 136 0 22 435 131 54
Binary 10100001 1100 11010010 10111 1011110 0 10010 100011101 1011001 101100

Color Harmonies of #A10CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10CD2

Black with #A10CD2

Text Example


Text Example

White with #A10CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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