#A761DE

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

Shades of Amethyst #A761DE

Tints of Amethyst #A761DE

Color information

#A761DE (or 0xA761DE) is unknown color: approx Amethyst. HEX triplet: A7, 61 and DE. RGB value is (167,97,222). Sum of RGB (Red+Green+Blue) = 167+97+222=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #A761DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761DE is #589E21. Grayscale: #838383. Windows color (decimal): -5807650 or 14573991. OLE color: 14573991.

HSL color Cylindrical-coordinate representation of color #A761DE: hue angle of 273.6º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A761DE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16797222-
CMYK0.250.5600.13
HSL273.6º65.45%62.55%-
HSV(B)273.6º56.31%87.06%-
XYZ33.422.0471.6-
YUV132.18178.69152.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.36%
GREEN value IS 97 (38.28% from 255) = 19.96%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=34.36%
G=19.96%
B=45.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167972220.250.5600.13273.665.4562.55
HexA761DE19380D112413f
Octal247141336317001542210177
Binary1010011111000011101111011001111000011011000100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761DE; }

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

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

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

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

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

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

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

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