Html Css Color HEX #A611DB Dark Violet

📋 copy color: '#A611DB'

red 166 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #A611DB

Tints of Dark Violet #A611DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 41.29%
G = 4.23%
B = 54.48%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A611DB (or 0xA611DB) is known color: Dark Violet. HEX triplet: A6, 11 and DB. RGB value is (166,17,219). Sum of RGB (Red+Green+Blue) = 166+17+219=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #A611DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611DB is #59EE24. Grayscale: #535353. Windows color (decimal): -5893669 or 14356902. OLE color: 14356902.

HSL color Cylindrical-coordinate representation of color #A611DB: hue angle of 284.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A611DB is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 17 219 -
CMYK 0.24 0.92 0 0.14
HSL 284.26º 0.86% 0.46% -
HSV(B) 284.26º 0.92% 0.86% -
XYZ 28.71 13.62 68.13 -
YUV 84.58 203.86 186.07 -
System Red Green Blue C M Y K H S L
Decimal 166 17 219 0.24 0.92 0 0.14 284.26 0.86 0.46
Hex A6 11 DB 18 5C 0 E 11C 56 2E
Octal 246 21 333 30 134 0 16 434 126 56
Binary 10100110 10001 11011011 11000 1011100 0 1110 100011100 1010110 101110

Color Harmonies of #A611DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611DB

Black with #A611DB

Text Example


Text Example

White with #A611DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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