#A313BF

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

Shades of Dark Violet #A313BF

Tints of Dark Violet #A313BF

Color information

#A313BF (or 0xA313BF) is unknown color: approx Dark Violet. HEX triplet: A3, 13 and BF. RGB value is (163,19,191). Sum of RGB (Red+Green+Blue) = 163+19+191=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #A313BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A313BF is #5CEC40. Grayscale: #515151. Windows color (decimal): -6089793 or 12522403. OLE color: 12522403.

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

Color convert

RGB16319191-
CMYK0.150.9000.25
HSL290.23º81.9%41.18%-
HSV(B)290.23º90.05%74.9%-
XYZ24.7412.0150.31-
YUV81.66189.71186.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 19 (7.81% from 255) = 5.09%
BLUE value IS 191 (75% from 255) = 51.21%
R=43.70%
G=5.09%
B=51.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163191910.150.9000.25290.2381.941.18
HexA313BFF5A0191225229
Octal243232771713203144212251
Binary101000111001110111111111110110100110011001000101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A313BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A313BF; }

 p { color: rgb(163,19,191); }

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

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

 a { background-color: rgb(163,19,191); }

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

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

 span { border-color: rgb(163,19,191); }

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