#A760D8

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

Shades of Amethyst #A760D8

Tints of Amethyst #A760D8

Color information

#A760D8 (or 0xA760D8) is unknown color: approx Amethyst. HEX triplet: A7, 60 and D8. RGB value is (167,96,216). Sum of RGB (Red+Green+Blue) = 167+96+216=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #A760D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760D8 is #589F27. Grayscale: #828282. Windows color (decimal): -5807912 or 14180519. OLE color: 14180519.

HSL color Cylindrical-coordinate representation of color #A760D8: hue angle of 275.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A760D8 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16796216-
CMYK0.230.5600.15
HSL275.5º60.61%61.18%-
HSV(B)275.5º55.56%84.71%-
XYZ32.5121.5467.41-
YUV130.91176.02153.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 96 (37.89% from 255) = 20.04%
BLUE value IS 216 (84.77% from 255) = 45.09%
R=34.86%
G=20.04%
B=45.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167962160.230.5600.15275.560.6161.18
HexA760D817380F1143d3d
Octal24714033027700174247575
Binary101001111100000110110001011111100001111100010100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760D8; }

 p { color: rgb(167,96,216); }

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

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

 a { background-color: rgb(167,96,216); }

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

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

 span { border-color: rgb(167,96,216); }

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