Html Css Color HEX #A611D1 Dark Violet

📋 copy color: '#A611D1'

red 166 ◦ green 17 ◦ blue 209

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

Shades of Dark Violet #A611D1

Tints of Dark Violet #A611D1

RGB

 RED value IS 166 (65.23% from 255) = 42.35%

 GREEN value IS 17 (7.03% from 255) = 4.34%

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

R = 42.35%
G = 4.34%
B = 53.32%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A611D1 (or 0xA611D1) is known color: Dark Violet. HEX triplet: A6, 11 and D1. RGB value is (166,17,209). Sum of RGB (Red+Green+Blue) = 166+17+209=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #A611D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611D1 is #59EE2E. Grayscale: #525252. Windows color (decimal): -5893679 or 13701542. OLE color: 13701542.

HSL color Cylindrical-coordinate representation of color #A611D1: hue angle of 286.56º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A611D1 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 17 209 -
CMYK 0.21 0.92 0 0.18
HSL 286.56º 0.85% 0.44% -
HSV(B) 286.56º 0.92% 0.82% -
XYZ 27.43 13.11 61.41 -
YUV 83.44 198.86 186.89 -
System Red Green Blue C M Y K H S L
Decimal 166 17 209 0.21 0.92 0 0.18 286.56 0.85 0.44
Hex A6 11 D1 15 5C 0 12 11F 55 2C
Octal 246 21 321 25 134 0 22 437 125 54
Binary 10100110 10001 11010001 10101 1011100 0 10010 100011111 1010101 101100

Color Harmonies of #A611D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611D1

Black with #A611D1

Text Example


Text Example

White with #A611D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611D1; }

 p { color: rgb(166,17,209); }

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

background-color css

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

 a { background-color: rgb(166,17,209); }

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

border-color css

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

 span { border-color: rgb(166,17,209); }

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