#A913BE

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

Shades of Dark Violet #A913BE

Tints of Dark Violet #A913BE

Color information

#A913BE (or 0xA913BE) is unknown color: approx Dark Violet. HEX triplet: A9, 13 and BE. RGB value is (169,19,190). Sum of RGB (Red+Green+Blue) = 169+19+190=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #A913BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A913BE is #56EC41. Grayscale: #525252. Windows color (decimal): -5696578 or 12456873. OLE color: 12456873.

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

Color convert

RGB16919190-
CMYK0.110.9000.25
HSL292.63º81.82%40.98%-
HSV(B)292.63º90%74.51%-
XYZ25.8912.6249.79-
YUV83.34188.2189.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 19 (7.81% from 255) = 5.03%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=44.71%
G=5.03%
B=50.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169191900.110.9000.25292.6381.8240.98
HexA913BEB5A0191255229
Octal251232761313203144512251
Binary101010011001110111110101110110100110011001001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A913BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A913BE; }

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

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

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

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

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

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

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

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