#A113B4

Color #A113B4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A113B4

Tints of Dark Violet #A113B4

Color information

#A113B4 (or 0xA113B4) is unknown color: approx Dark Violet. HEX triplet: A1, 13 and B4. RGB value is (161,19,180). Sum of RGB (Red+Green+Blue) = 161+19+180=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #A113B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113B4 is #5EEC4B. Grayscale: #4F4F4F. Windows color (decimal): -6220876 or 11801505. OLE color: 11801505.

HSL color Cylindrical-coordinate representation of color #A113B4: hue angle of 292.92º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A113B4 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16119180-
CMYK0.110.8900.29
HSL292.92º80.9%39.02%-
HSV(B)292.92º89.44%70.59%-
XYZ23.1711.3444.15-
YUV79.81184.54185.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 19 (7.81% from 255) = 5.28%
BLUE value IS 180 (70.70% from 255) = 50%
R=44.72%
G=5.28%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161191800.110.8900.29292.9280.939.02
HexA113B4B5901D1255127
Octal241232641313103544512147
Binary101000011001110110100101110110010111011001001011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A113B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A113B4; }

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

 H1.HeaderClassName
 {
   color: #A113B4;
 }
 .AnyTagClassName
 {
   color: #A113B4;
 }
</style>
background-color css

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

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

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

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

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

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