#A014B0

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

Shades of Dark Violet #A014B0

Tints of Dark Violet #A014B0

Color information

#A014B0 (or 0xA014B0) is unknown color: approx Dark Violet. HEX triplet: A0, 14 and B0. RGB value is (160,20,176). Sum of RGB (Red+Green+Blue) = 160+20+176=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #A014B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A014B0 is #5FEB4F. Grayscale: #4F4F4F. Windows color (decimal): -6286160 or 11539616. OLE color: 11539616.

HSL color Cylindrical-coordinate representation of color #A014B0: hue angle of 293.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A014B0 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16020176-
CMYK0.090.8900.31
HSL293.85º79.59%38.43%-
HSV(B)293.85º88.64%69.02%-
XYZ22.5811.1142.03-
YUV79.64182.38185.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 20 (8.20% from 255) = 5.62%
BLUE value IS 176 (69.14% from 255) = 49.44%
R=44.94%
G=5.62%
B=49.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160201760.090.8900.31293.8579.5938.43
HexA014B095901F1265026
Octal240242601113103744612046
Binary101000001010010110000100110110010111111001001101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A014B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A014B0; }

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

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

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

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

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

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

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

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