Html Css Color HEX #A113BC Dark Violet

📋 copy color: '#A113BC'

red 161 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #A113BC

Tints of Dark Violet #A113BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 43.75%
G = 5.16%
B = 51.09%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A113BC (or 0xA113BC) is known color: Dark Violet. HEX triplet: A1, 13 and BC. RGB value is (161,19,188). Sum of RGB (Red+Green+Blue) = 161+19+188=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #A113BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113BC is #5EEC43. Grayscale: #505050. Windows color (decimal): -6220868 or 12325793. OLE color: 12325793.

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

Color convert

RGB 161 19 188 -
CMYK 0.14 0.90 0 0.26
HSL 290.41º 0.82% 0.41% -
HSV(B) 290.41º 0.9% 0.74% -
XYZ 24.01 11.67 48.56 -
YUV 80.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 161 19 188 0.14 0.90 0 0.26 290.41 0.82 0.41
Hex A1 13 BC E 5A 0 1A 122 52 29
Octal 241 23 274 16 132 0 32 442 122 51
Binary 10100001 10011 10111100 1110 1011010 0 11010 100100010 1010010 101001

Color Harmonies of #A113BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A113BC

Black with #A113BC

Text Example


Text Example

White with #A113BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A113BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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