Html Css Color HEX #A10ACE Dark Violet

📋 copy color: '#A10ACE'

red 161 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #A10ACE

Tints of Dark Violet #A10ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 42.71%
G = 2.65%
B = 54.64%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A10ACE (or 0xA10ACE) is known color: Dark Violet. HEX triplet: A1, 0A and CE. RGB value is (161,10,206). Sum of RGB (Red+Green+Blue) = 161+10+206=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #A10ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ACE is #5EF531. Grayscale: #4C4C4C. Windows color (decimal): -6223154 or 13503137. OLE color: 13503137.

HSL color Cylindrical-coordinate representation of color #A10ACE: hue angle of 286.22º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10ACE is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 10 206 -
CMYK 0.22 0.95 0 0.19
HSL 286.22º 0.91% 0.42% -
HSV(B) 286.22º 0.95% 0.81% -
XYZ 25.95 12.25 59.39 -
YUV 77.49 200.53 187.56 -
System Red Green Blue C M Y K H S L
Decimal 161 10 206 0.22 0.95 0 0.19 286.22 0.91 0.42
Hex A1 A CE 16 5F 0 13 11E 5B 2A
Octal 241 12 316 26 137 0 23 436 133 52
Binary 10100001 1010 11001110 10110 1011111 0 10011 100011110 1011011 101010

Color Harmonies of #A10ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10ACE

Black with #A10ACE

Text Example


Text Example

White with #A10ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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