#A913BD

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

Shades of Dark Violet #A913BD

Tints of Dark Violet #A913BD

Color information

#A913BD (or 0xA913BD) is unknown color: approx Dark Violet. HEX triplet: A9, 13 and BD. RGB value is (169,19,189). Sum of RGB (Red+Green+Blue) = 169+19+189=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #A913BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A913BD is #56EC42. Grayscale: #525252. Windows color (decimal): -5696579 or 12391337. OLE color: 12391337.

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

Color convert

RGB16919189-
CMYK0.110.9000.26
HSL292.94º81.73%40.78%-
HSV(B)292.94º89.95%74.12%-
XYZ25.7812.5749.21-
YUV83.23187.7189.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 19 (7.81% from 255) = 5.04%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=44.83%
G=5.04%
B=50.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169191890.110.9000.26292.9481.7340.78
HexA913BDB5A01A1255229
Octal251232751313203244512251
Binary101010011001110111101101110110100110101001001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A913BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A913BD; }

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

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

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

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

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

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

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

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