Html Css Color HEX #A113BE Dark Violet

📋 copy color: '#A113BE'

red 161 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #A113BE

Tints of Dark Violet #A113BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 43.51%
G = 5.14%
B = 51.35%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A113BE (or 0xA113BE) is known color: Dark Violet. HEX triplet: A1, 13 and BE. RGB value is (161,19,190). Sum of RGB (Red+Green+Blue) = 161+19+190=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #A113BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113BE is #5EEC41. Grayscale: #505050. Windows color (decimal): -6220866 or 12456865. OLE color: 12456865.

HSL color Cylindrical-coordinate representation of color #A113BE: hue angle of 289.82º 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 #A113BE is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 19 190 -
CMYK 0.15 0.90 0 0.25
HSL 289.82º 0.82% 0.41% -
HSV(B) 289.82º 0.9% 0.75% -
XYZ 24.23 11.76 49.71 -
YUV 80.95 189.54 185.1 -
System Red Green Blue C M Y K H S L
Decimal 161 19 190 0.15 0.90 0 0.25 289.82 0.82 0.41
Hex A1 13 BE F 5A 0 19 122 52 29
Octal 241 23 276 17 132 0 31 442 122 51
Binary 10100001 10011 10111110 1111 1011010 0 11001 100100010 1010010 101001

Color Harmonies of #A113BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A113BE

Black with #A113BE

Text Example


Text Example

White with #A113BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A113BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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