#A759DB

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

Shades of Amethyst #A759DB

Tints of Amethyst #A759DB

Color information

#A759DB (or 0xA759DB) is unknown color: approx Amethyst. HEX triplet: A7, 59 and DB. RGB value is (167,89,219). Sum of RGB (Red+Green+Blue) = 167+89+219=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #A759DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A759DB is #58A624. Grayscale: #7E7E7E. Windows color (decimal): -5809701 or 14375335. OLE color: 14375335.

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

Color convert

RGB16789219-
CMYK0.240.5900.14
HSL276º64.36%60.39%-
HSV(B)276º59.36%85.88%-
XYZ32.2920.4769.27-
YUV127.14179.84156.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 89 (35.16% from 255) = 18.74%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=35.16%
G=18.74%
B=46.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal167892190.240.5900.1427664.3660.39
HexA759DB183B0E114403c
Octal247131333307301642410074
Binary1010011110110011101101111000111011011101000101001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A759DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A759DB; }

 p { color: rgb(167,89,219); }

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

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

 a { background-color: rgb(167,89,219); }

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

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

 span { border-color: rgb(167,89,219); }

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