#A614B9

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

Shades of Dark Violet #A614B9

Tints of Dark Violet #A614B9

Color information

#A614B9 (or 0xA614B9) is unknown color: approx Dark Violet. HEX triplet: A6, 14 and B9. RGB value is (166,20,185). Sum of RGB (Red+Green+Blue) = 166+20+185=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #A614B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614B9 is #59EB46. Grayscale: #515151. Windows color (decimal): -5892935 or 12129446. OLE color: 12129446.

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

Color convert

RGB16620185-
CMYK0.100.8900.27
HSL293.09º80.49%40.2%-
HSV(B)293.09º89.19%72.55%-
XYZ24.7312.1146.93-
YUV82.46185.87187.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 20 (8.20% from 255) = 5.39%
BLUE value IS 185 (72.66% from 255) = 49.87%
R=44.74%
G=5.39%
B=49.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166201850.100.8900.27293.0980.4940.2
HexA614B9A5901B1255028
Octal246242711213103344512050
Binary101001101010010111001101010110010110111001001011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A614B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A614B9; }

 p { color: rgb(166,20,185); }

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

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

 a { background-color: rgb(166,20,185); }

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

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

 span { border-color: rgb(166,20,185); }

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