Html Css Color HEX #A116C0 Dark Violet

📋 copy color: '#A116C0'

red 161 ◦ green 22 ◦ blue 192

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

Shades of Dark Violet #A116C0

Tints of Dark Violet #A116C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.2%

R = 42.93%
G = 5.87%
B = 51.2%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A116C0 (or 0xA116C0) is known color: Dark Violet. HEX triplet: A1, 16 and C0. RGB value is (161,22,192). Sum of RGB (Red+Green+Blue) = 161+22+192=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #A116C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A116C0 is #5EE93F. Grayscale: #525252. Windows color (decimal): -6220096 or 12588705. OLE color: 12588705.

HSL color Cylindrical-coordinate representation of color #A116C0: hue angle of 289.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A116C0 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 22 192 -
CMYK 0.16 0.89 0 0.25
HSL 289.06º 0.79% 0.42% -
HSV(B) 289.06º 0.89% 0.75% -
XYZ 24.5 11.96 50.89 -
YUV 82.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 161 22 192 0.16 0.89 0 0.25 289.06 0.79 0.42
Hex A1 16 C0 10 59 0 19 121 4F 2A
Octal 241 26 300 20 131 0 31 441 117 52
Binary 10100001 10110 11000000 10000 1011001 0 11001 100100001 1001111 101010

Color Harmonies of #A116C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A116C0

Black with #A116C0

Text Example


Text Example

White with #A116C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A116C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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