Html Css Color HEX #A10DF1 Dark Violet

📋 copy color: '#A10DF1'

red 161 ◦ green 13 ◦ blue 241

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

Shades of Dark Violet #A10DF1

Tints of Dark Violet #A10DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 241 (94.53% from 255) = 58.07%

R = 38.8%
G = 3.13%
B = 58.07%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A10DF1 (or 0xA10DF1) is known color: Dark Violet. HEX triplet: A1, 0D and F1. RGB value is (161,13,241). Sum of RGB (Red+Green+Blue) = 161+13+241=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #A10DF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10DF1 is #5EF20E. Grayscale: #525252. Windows color (decimal): -6222351 or 15797665. OLE color: 15797665.

HSL color Cylindrical-coordinate representation of color #A10DF1: hue angle of 278.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10DF1 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 13 241 -
CMYK 0.33 0.95 0 0.05
HSL 278.95º 0.9% 0.5% -
HSV(B) 278.95º 0.95% 0.95% -
XYZ 30.72 14.22 84.34 -
YUV 83.24 217.03 183.46 -
System Red Green Blue C M Y K H S L
Decimal 161 13 241 0.33 0.95 0 0.05 278.95 0.9 0.5
Hex A1 D F1 21 5F 0 5 117 5A 32
Octal 241 15 361 41 137 0 5 427 132 62
Binary 10100001 1101 11110001 100001 1011111 0 101 100010111 1011010 110010

Color Harmonies of #A10DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10DF1

Black with #A10DF1

Text Example


Text Example

White with #A10DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10DF1; }

 p { color: rgb(161,13,241); }

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

background-color css

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

 a { background-color: rgb(161,13,241); }

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

border-color css

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

 span { border-color: rgb(161,13,241); }

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