Html Css Color HEX #A113BD Dark Violet

📋 copy color: '#A113BD'

red 161 ◦ green 19 ◦ blue 189

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

Shades of Dark Violet #A113BD

Tints of Dark Violet #A113BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.22%

R = 43.63%
G = 5.15%
B = 51.22%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A113BD (or 0xA113BD) is known color: Dark Violet. HEX triplet: A1, 13 and BD. RGB value is (161,19,189). Sum of RGB (Red+Green+Blue) = 161+19+189=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #A113BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113BD is #5EEC42. Grayscale: #505050. Windows color (decimal): -6220867 or 12391329. OLE color: 12391329.

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

Color convert

RGB 161 19 189 -
CMYK 0.15 0.90 0 0.26
HSL 290.12º 0.82% 0.41% -
HSV(B) 290.12º 0.9% 0.74% -
XYZ 24.12 11.72 49.13 -
YUV 80.84 189.04 185.18 -
System Red Green Blue C M Y K H S L
Decimal 161 19 189 0.15 0.90 0 0.26 290.12 0.82 0.41
Hex A1 13 BD F 5A 0 1A 122 52 29
Octal 241 23 275 17 132 0 32 442 122 51
Binary 10100001 10011 10111101 1111 1011010 0 11010 100100010 1010010 101001

Color Harmonies of #A113BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A113BD

Black with #A113BD

Text Example


Text Example

White with #A113BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A113BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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