Html Css Color HEX #A10ADC Dark Violet

📋 copy color: '#A10ADC'

red 161 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #A10ADC

Tints of Dark Violet #A10ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.56%

 BLUE value IS 220 (86.33% from 255) = 56.27%

R = 41.18%
G = 2.56%
B = 56.27%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A10ADC (or 0xA10ADC) is known color: Dark Violet. HEX triplet: A1, 0A and DC. RGB value is (161,10,220). Sum of RGB (Red+Green+Blue) = 161+10+220=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #A10ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ADC is #5EF523. Grayscale: #4E4E4E. Windows color (decimal): -6223140 or 14420641. OLE color: 14420641.

HSL color Cylindrical-coordinate representation of color #A10ADC: hue angle of 283.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10ADC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 10 220 -
CMYK 0.27 0.95 0 0.14
HSL 283.14º 0.91% 0.45% -
HSV(B) 283.14º 0.95% 0.86% -
XYZ 27.72 12.96 68.75 -
YUV 79.09 207.53 186.42 -
System Red Green Blue C M Y K H S L
Decimal 161 10 220 0.27 0.95 0 0.14 283.14 0.91 0.45
Hex A1 A DC 1B 5F 0 E 11B 5B 2D
Octal 241 12 334 33 137 0 16 433 133 55
Binary 10100001 1010 11011100 11011 1011111 0 1110 100011011 1011011 101101

Color Harmonies of #A10ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10ADC

Black with #A10ADC

Text Example


Text Example

White with #A10ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10ADC; }

 p { color: rgb(161,10,220); }

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

background-color css

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

 a { background-color: rgb(161,10,220); }

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

border-color css

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

 span { border-color: rgb(161,10,220); }

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