#A513B9

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

Shades of Dark Violet #A513B9

Tints of Dark Violet #A513B9

Color information

#A513B9 (or 0xA513B9) is unknown color: approx Dark Violet. HEX triplet: A5, 13 and B9. RGB value is (165,19,185). Sum of RGB (Red+Green+Blue) = 165+19+185=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #A513B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513B9 is #5AEC46. Grayscale: #515151. Windows color (decimal): -5958727 or 12129189. OLE color: 12129189.

HSL color Cylindrical-coordinate representation of color #A513B9: hue angle of 292.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A513B9 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16519185-
CMYK0.110.9000.27
HSL292.77º81.37%40%-
HSV(B)292.77º89.73%72.55%-
XYZ24.5111.9746.92-
YUV81.58186.37187.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 19 (7.81% from 255) = 5.15%
BLUE value IS 185 (72.66% from 255) = 50.14%
R=44.72%
G=5.15%
B=50.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165191850.110.9000.27292.7781.3740
HexA513B9B5A01B1255128
Octal245232711313203344512150
Binary101001011001110111001101110110100110111001001011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A513B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A513B9; }

 p { color: rgb(165,19,185); }

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

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

 a { background-color: rgb(165,19,185); }

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

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

 span { border-color: rgb(165,19,185); }

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