#A312BA

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

Shades of Dark Violet #A312BA

Tints of Dark Violet #A312BA

Color information

#A312BA (or 0xA312BA) is unknown color: approx Dark Violet. HEX triplet: A3, 12 and BA. RGB value is (163,18,186). Sum of RGB (Red+Green+Blue) = 163+18+186=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #A312BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312BA is #5CED45. Grayscale: #4F4F4F. Windows color (decimal): -6090054 or 12194467. OLE color: 12194467.

HSL color Cylindrical-coordinate representation of color #A312BA: hue angle of 291.79º degrees, saturation: 0.82, 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 #A312BA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16318186-
CMYK0.120.9000.27
HSL291.79º82.35%40%-
HSV(B)291.79º90.32%72.94%-
XYZ24.1811.7647.45-
YUV80.51187.54186.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 18 (7.42% from 255) = 4.90%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=44.41%
G=4.90%
B=50.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163181860.120.9000.27291.7982.3540
HexA312BAC5A01B1245228
Octal243222721413203344412250
Binary101000111001010111010110010110100110111001001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A312BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A312BA; }

 p { color: rgb(163,18,186); }

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

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

 a { background-color: rgb(163,18,186); }

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

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

 span { border-color: rgb(163,18,186); }

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