#a14fdb

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

Shades of Amethyst #A14FDB

Tints of Amethyst #A14FDB

Color information

#A14FDB (or 0xA14FDB) is unknown color: approx Amethyst. HEX triplet: A1, 4F and DB. RGB value is (161,79,219). Sum of RGB (Red+Green+Blue) = 161+79+219=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A14FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FDB is #5EB024. Grayscale: #777777. Windows color (decimal): -6205477 or 14372769. OLE color: 14372769.

HSL color Cylindrical-coordinate representation of color #A14FDB: hue angle of 275.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A14FDB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16179219-
CMYK0.260.6400.14
HSL275.14º66.04%58.43%-
HSV(B)275.14º63.93%85.88%-
XYZ30.2818.2868.95-
YUV119.48184.17157.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 79 (31.25% from 255) = 17.21%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=35.08%
G=17.21%
B=47.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161792190.260.6400.14275.1466.0458.43
HexA14FDB1A400E113423a
Octal2411173333210001642310272
Binary10100001100111111011011110101000000011101000100111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14fdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14fdb; }

 p { color: rgb(161,79,219); }

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

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

 a { background-color: rgb(161,79,219); }

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

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

 span { border-color: rgb(161,79,219); }

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