Html Css Color HEX #A116DD Dark Violet

📋 copy color: '#A116DD'

red 161 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #A116DD

Tints of Dark Violet #A116DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.45%

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

R = 39.85%
G = 5.45%
B = 54.7%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A116DD (or 0xA116DD) is known color: Dark Violet. HEX triplet: A1, 16 and DD. RGB value is (161,22,221). Sum of RGB (Red+Green+Blue) = 161+22+221=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #A116DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A116DD is #5EE922. Grayscale: #555555. Windows color (decimal): -6220067 or 14489249. OLE color: 14489249.

HSL color Cylindrical-coordinate representation of color #A116DD: hue angle of 281.91º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A116DD is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 22 221 -
CMYK 0.27 0.90 0 0.13
HSL 281.91º 0.82% 0.48% -
HSV(B) 281.91º 0.9% 0.87% -
XYZ 28.04 13.37 69.51 -
YUV 86.25 204.05 181.32 -
System Red Green Blue C M Y K H S L
Decimal 161 22 221 0.27 0.90 0 0.13 281.91 0.82 0.48
Hex A1 16 DD 1B 5A 0 D 11A 52 30
Octal 241 26 335 33 132 0 15 432 122 60
Binary 10100001 10110 11011101 11011 1011010 0 1101 100011010 1010010 110000

Color Harmonies of #A116DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A116DD

Black with #A116DD

Text Example


Text Example

White with #A116DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A116DD; }

 p { color: rgb(161,22,221); }

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

background-color css

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

 a { background-color: rgb(161,22,221); }

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

border-color css

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

 span { border-color: rgb(161,22,221); }

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