#a113c9

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

Shades of Dark Violet #A113C9

Tints of Dark Violet #A113C9

Color information

#A113C9 (or 0xA113C9) is unknown color: approx Dark Violet. HEX triplet: A1, 13 and C9. RGB value is (161,19,201). Sum of RGB (Red+Green+Blue) = 161+19+201=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #A113C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113C9 is #5EEC36. Grayscale: #515151. Windows color (decimal): -6220855 or 13177761. OLE color: 13177761.

HSL color Cylindrical-coordinate representation of color #A113C9: hue angle of 286.81º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A113C9 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16119201-
CMYK0.200.9100.21
HSL286.81º82.73%43.14%-
HSV(B)286.81º90.55%78.82%-
XYZ25.4712.2656.28-
YUV82.21195.04184.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 19 (7.81% from 255) = 4.99%
BLUE value IS 201 (78.91% from 255) = 52.76%
R=42.26%
G=4.99%
B=52.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161192010.200.9100.21286.8182.7343.14
HexA113C9145B01511f532b
Octal241233112413302543712353
Binary1010000110011110010011010010110110101011000111111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a113c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a113c9; }

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

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

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

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

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

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

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

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