#A761E1

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

Shades of Amethyst #A761E1

Tints of Amethyst #A761E1

Color information

#A761E1 (or 0xA761E1) is unknown color: approx Amethyst. HEX triplet: A7, 61 and E1. RGB value is (167,97,225). Sum of RGB (Red+Green+Blue) = 167+97+225=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #A761E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761E1 is #589E1E. Grayscale: #848484. Windows color (decimal): -5807647 or 14770599. OLE color: 14770599.

HSL color Cylindrical-coordinate representation of color #A761E1: hue angle of 272.81º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A761E1 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16797225-
CMYK0.260.5700.12
HSL272.81º68.09%63.14%-
HSV(B)272.81º56.89%88.24%-
XYZ33.822.273.74-
YUV132.52180.19152.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=34.15%
G=19.84%
B=46.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167972250.260.5700.12272.8168.0963.14
HexA761E11A390C111443f
Octal247141341327101442110477
Binary1010011111000011110000111010111001011001000100011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761E1; }

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

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

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

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

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

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

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

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