Html Css Color HEX #A10ADF Dark Violet

📋 copy color: '#A10ADF'

red 161 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #A10ADF

Tints of Dark Violet #A10ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.6%

R = 40.86%
G = 2.54%
B = 56.6%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A10ADF (or 0xA10ADF) is known color: Dark Violet. HEX triplet: A1, 0A and DF. RGB value is (161,10,223). Sum of RGB (Red+Green+Blue) = 161+10+223=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #A10ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ADF is #5EF520. Grayscale: #4E4E4E. Windows color (decimal): -6223137 or 14617249. OLE color: 14617249.

HSL color Cylindrical-coordinate representation of color #A10ADF: hue angle of 282.54º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10ADF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 10 223 -
CMYK 0.28 0.96 0 0.13
HSL 282.54º 0.91% 0.46% -
HSV(B) 282.54º 0.96% 0.87% -
XYZ 28.13 13.12 70.86 -
YUV 79.43 209.03 186.18 -
System Red Green Blue C M Y K H S L
Decimal 161 10 223 0.28 0.96 0 0.13 282.54 0.91 0.46
Hex A1 A DF 1C 60 0 D 11B 5B 2E
Octal 241 12 337 34 140 0 15 433 133 56
Binary 10100001 1010 11011111 11100 1100000 0 1101 100011011 1011011 101110

Color Harmonies of #A10ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10ADF

Black with #A10ADF

Text Example


Text Example

White with #A10ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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