#A761D1

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

Shades of Amethyst #A761D1

Tints of Amethyst #A761D1

Color information

#A761D1 (or 0xA761D1) is unknown color: approx Amethyst. HEX triplet: A7, 61 and D1. RGB value is (167,97,209). Sum of RGB (Red+Green+Blue) = 167+97+209=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #A761D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761D1 is #589E2E. Grayscale: #828282. Windows color (decimal): -5807663 or 13722023. OLE color: 13722023.

HSL color Cylindrical-coordinate representation of color #A761D1: hue angle of 277.5º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A761D1 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16797209-
CMYK0.200.5400.18
HSL277.5º54.9%60%-
HSV(B)277.5º53.59%81.96%-
XYZ31.7221.3762.77-
YUV130.7172.19153.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 209 (82.03% from 255) = 44.19%
R=35.31%
G=20.51%
B=44.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167972090.200.5400.18277.554.960
HexA761D11436012116373c
Octal24714132124660224266774
Binary1010011111000011101000110100110110010010100010110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761D1; }

 p { color: rgb(167,97,209); }

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

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

 a { background-color: rgb(167,97,209); }

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

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

 span { border-color: rgb(167,97,209); }

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