#A314B6

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

Shades of Dark Violet #A314B6

Tints of Dark Violet #A314B6

Color information

#A314B6 (or 0xA314B6) is unknown color: approx Dark Violet. HEX triplet: A3, 14 and B6. RGB value is (163,20,182). Sum of RGB (Red+Green+Blue) = 163+20+182=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #A314B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314B6 is #5CEB49. Grayscale: #505050. Windows color (decimal): -6089546 or 11932835. OLE color: 11932835.

HSL color Cylindrical-coordinate representation of color #A314B6: hue angle of 292.96º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A314B6 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16320182-
CMYK0.100.8900.29
HSL292.96º80.2%39.61%-
HSV(B)292.96º89.01%71.37%-
XYZ23.811.6645.25-
YUV81.22184.88186.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 20 (8.20% from 255) = 5.48%
BLUE value IS 182 (71.48% from 255) = 49.86%
R=44.66%
G=5.48%
B=49.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163201820.100.8900.29292.9680.239.61
HexA314B6A5901D1255028
Octal243242661213103544512050
Binary101000111010010110110101010110010111011001001011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A314B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A314B6; }

 p { color: rgb(163,20,182); }

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

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

 a { background-color: rgb(163,20,182); }

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

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

 span { border-color: rgb(163,20,182); }

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