#A760E2

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

Shades of Amethyst #A760E2

Tints of Amethyst #A760E2

Color information

#A760E2 (or 0xA760E2) is unknown color: approx Amethyst. HEX triplet: A7, 60 and E2. RGB value is (167,96,226). Sum of RGB (Red+Green+Blue) = 167+96+226=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 226 (88.67% from 255 or 46.22% from 489); Max value from RGB is 226 - color contains mainly: blue. Hex color #A760E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760E2 is #589F1D. Grayscale: #838383. Windows color (decimal): -5807902 or 14835879. OLE color: 14835879.

HSL color Cylindrical-coordinate representation of color #A760E2: hue angle of 272.77º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A760E2 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16796226-
CMYK0.260.5800.11
HSL272.77º69.15%63.14%-
HSV(B)272.77º57.52%88.63%-
XYZ33.8522.0774.43-
YUV132.05181.02152.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 226 (88.67% from 255) = 46.22%
R=34.15%
G=19.63%
B=46.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal167962260.260.5800.11272.7769.1563.14
HexA760E21A3A0B111453f
Octal247140342327201342110577
Binary1010011111000001110001011010111010010111000100011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760E2; }

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

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

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

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

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

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

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

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