Html Css Color HEX #A911DB Dark Violet

📋 copy color: '#A911DB'

red 169 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #A911DB

Tints of Dark Violet #A911DB

RGB

 RED value IS 169 (66.41% from 255) = 41.73%

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

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

R = 41.73%
G = 4.2%
B = 54.07%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A911DB (or 0xA911DB) is known color: Dark Violet. HEX triplet: A9, 11 and DB. RGB value is (169,17,219). Sum of RGB (Red+Green+Blue) = 169+17+219=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #A911DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A911DB is #56EE24. Grayscale: #545454. Windows color (decimal): -5697061 or 14356905. OLE color: 14356905.

HSL color Cylindrical-coordinate representation of color #A911DB: hue angle of 285.15º 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 #A911DB is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 17 219 -
CMYK 0.23 0.92 0 0.14
HSL 285.15º 0.86% 0.46% -
HSV(B) 285.15º 0.92% 0.86% -
XYZ 29.35 13.95 68.16 -
YUV 85.48 203.36 187.57 -
System Red Green Blue C M Y K H S L
Decimal 169 17 219 0.23 0.92 0 0.14 285.15 0.86 0.46
Hex A9 11 DB 17 5C 0 E 11D 56 2E
Octal 251 21 333 27 134 0 16 435 126 56
Binary 10101001 10001 11011011 10111 1011100 0 1110 100011101 1010110 101110

Color Harmonies of #A911DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A911DB

Black with #A911DB

Text Example


Text Example

White with #A911DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A911DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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