Html Css Color HEX #A106D1 Dark Violet

📋 copy color: '#A106D1'

red 161 ◦ green 6 ◦ blue 209

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

Shades of Dark Violet #A106D1

Tints of Dark Violet #A106D1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 209 (82.03% from 255) = 55.59%

R = 42.82%
G = 1.6%
B = 55.59%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A106D1 (or 0xA106D1) is known color: Dark Violet. HEX triplet: A1, 06 and D1. RGB value is (161,6,209). Sum of RGB (Red+Green+Blue) = 161+6+209=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #A106D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A106D1 is #5EF92E. Grayscale: #4A4A4A. Windows color (decimal): -6224175 or 13698721. OLE color: 13698721.

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

Color convert

RGB 161 6 209 -
CMYK 0.23 0.97 0 0.18
HSL 285.81º 0.94% 0.42% -
HSV(B) 285.81º 0.97% 0.82% -
XYZ 26.27 12.31 61.31 -
YUV 75.49 203.35 188.99 -
System Red Green Blue C M Y K H S L
Decimal 161 6 209 0.23 0.97 0 0.18 285.81 0.94 0.42
Hex A1 6 D1 17 61 0 12 11E 5E 2A
Octal 241 6 321 27 141 0 22 436 136 52
Binary 10100001 110 11010001 10111 1100001 0 10010 100011110 1011110 101010

Color Harmonies of #A106D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A106D1

Black with #A106D1

Text Example


Text Example

White with #A106D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A106D1; }

 p { color: rgb(161,6,209); }

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

background-color css

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

 a { background-color: rgb(161,6,209); }

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

border-color css

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

 span { border-color: rgb(161,6,209); }

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