#A014BF

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

Shades of Dark Violet #A014BF

Tints of Dark Violet #A014BF

Color information

#A014BF (or 0xA014BF) is unknown color: approx Dark Violet. HEX triplet: A0, 14 and BF. RGB value is (160,20,191). Sum of RGB (Red+Green+Blue) = 160+20+191=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #A014BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014BF is #5FEB40. Grayscale: #505050. Windows color (decimal): -6286145 or 12522656. OLE color: 12522656.

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

Color convert

RGB16020191-
CMYK0.160.9000.25
HSL289.12º81.04%41.37%-
HSV(B)289.12º89.53%74.9%-
XYZ24.1511.7450.28-
YUV81.35189.88184.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 20 (8.20% from 255) = 5.39%
BLUE value IS 191 (75% from 255) = 51.48%
R=43.13%
G=5.39%
B=51.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160201910.160.9000.25289.1281.0441.37
HexA014BF105A0191215129
Octal240242772013203144112151
Binary1010000010100101111111000010110100110011001000011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A014BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A014BF; }

 p { color: rgb(160,20,191); }

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

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

 a { background-color: rgb(160,20,191); }

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

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

 span { border-color: rgb(160,20,191); }

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