Html Css Color HEX #A113C0 Dark Violet

📋 copy color: '#A113C0'

red 161 ◦ green 19 ◦ blue 192

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

Shades of Dark Violet #A113C0

Tints of Dark Violet #A113C0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.11%

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

R = 43.28%
G = 5.11%
B = 51.61%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A113C0 (or 0xA113C0) is known color: Dark Violet. HEX triplet: A1, 13 and C0. RGB value is (161,19,192). Sum of RGB (Red+Green+Blue) = 161+19+192=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #A113C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113C0 is #5EEC3F. Grayscale: #505050. Windows color (decimal): -6220864 or 12587937. OLE color: 12587937.

HSL color Cylindrical-coordinate representation of color #A113C0: hue angle of 289.25º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A113C0 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 19 192 -
CMYK 0.16 0.90 0 0.25
HSL 289.25º 0.82% 0.41% -
HSV(B) 289.25º 0.9% 0.75% -
XYZ 24.45 11.85 50.87 -
YUV 81.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 161 19 192 0.16 0.90 0 0.25 289.25 0.82 0.41
Hex A1 13 C0 10 5A 0 19 121 52 29
Octal 241 23 300 20 132 0 31 441 122 51
Binary 10100001 10011 11000000 10000 1011010 0 11001 100100001 1010010 101001

Color Harmonies of #A113C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A113C0

Black with #A113C0

Text Example


Text Example

White with #A113C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A113C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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