Html Css Color HEX #A116DB Dark Violet

📋 copy color: '#A116DB'

red 161 ◦ green 22 ◦ blue 219

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

Shades of Dark Violet #A116DB

Tints of Dark Violet #A116DB

RGB

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

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

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

R = 40.05%
G = 5.47%
B = 54.48%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A116DB (or 0xA116DB) is known color: Dark Violet. HEX triplet: A1, 16 and DB. RGB value is (161,22,219). Sum of RGB (Red+Green+Blue) = 161+22+219=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 22 (8.98% from 255 or 5.47% 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 #A116DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A116DB is #5EE924. Grayscale: #555555. Windows color (decimal): -6220069 or 14358177. OLE color: 14358177.

HSL color Cylindrical-coordinate representation of color #A116DB: hue angle of 282.34º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A116DB is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 22 219 -
CMYK 0.26 0.90 0 0.14
HSL 282.34º 0.82% 0.47% -
HSV(B) 282.34º 0.9% 0.86% -
XYZ 27.77 13.27 68.11 -
YUV 86.02 203.05 181.48 -
System Red Green Blue C M Y K H S L
Decimal 161 22 219 0.26 0.90 0 0.14 282.34 0.82 0.47
Hex A1 16 DB 1A 5A 0 E 11A 52 2F
Octal 241 26 333 32 132 0 16 432 122 57
Binary 10100001 10110 11011011 11010 1011010 0 1110 100011010 1010010 101111

Color Harmonies of #A116DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A116DB

Black with #A116DB

Text Example


Text Example

White with #A116DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A116DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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