Html Css Color HEX #A911DD Dark Violet

📋 copy color: '#A911DD'

red 169 ◦ green 17 ◦ blue 221

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

Shades of Dark Violet #A911DD

Tints of Dark Violet #A911DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 41.52%
G = 4.18%
B = 54.3%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A911DD (or 0xA911DD) is known color: Dark Violet. HEX triplet: A9, 11 and DD. RGB value is (169,17,221). Sum of RGB (Red+Green+Blue) = 169+17+221=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #A911DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A911DD is #56EE22. Grayscale: #555555. Windows color (decimal): -5697059 or 14487977. OLE color: 14487977.

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

Color convert

RGB 169 17 221 -
CMYK 0.24 0.92 0 0.13
HSL 284.71º 0.86% 0.47% -
HSV(B) 284.71º 0.92% 0.87% -
XYZ 29.61 14.06 69.56 -
YUV 85.7 204.36 187.41 -
System Red Green Blue C M Y K H S L
Decimal 169 17 221 0.24 0.92 0 0.13 284.71 0.86 0.47
Hex A9 11 DD 18 5C 0 D 11D 56 2F
Octal 251 21 335 30 134 0 15 435 126 57
Binary 10101001 10001 11011101 11000 1011100 0 1101 100011101 1010110 101111

Color Harmonies of #A911DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A911DD

Black with #A911DD

Text Example


Text Example

White with #A911DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A911DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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