#A76AD1

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

Shades of Amethyst #A76AD1

Tints of Amethyst #A76AD1

Color information

#A76AD1 (or 0xA76AD1) is unknown color: approx Amethyst. HEX triplet: A7, 6A and D1. RGB value is (167,106,209). Sum of RGB (Red+Green+Blue) = 167+106+209=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #A76AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76AD1 is #58952E. Grayscale: #878787. Windows color (decimal): -5805359 or 13724327. OLE color: 13724327.

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

Color convert

RGB167106209-
CMYK0.200.4900.18
HSL275.53º52.82%61.76%-
HSV(B)275.53º49.28%81.96%-
XYZ32.623.1363.07-
YUV135.98169.21150.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 209 (82.03% from 255) = 43.36%
R=34.65%
G=21.99%
B=43.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671062090.200.4900.18275.5352.8261.76
HexA76AD11431012114353e
Octal24715232124610224246576
Binary1010011111010101101000110100110001010010100010100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76AD1; }

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

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

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

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

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

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

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

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