#A760EA

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

Shades of Amethyst #A760EA

Tints of Amethyst #A760EA

Color information

#A760EA (or 0xA760EA) is unknown color: approx Amethyst. HEX triplet: A7, 60 and EA. RGB value is (167,96,234). Sum of RGB (Red+Green+Blue) = 167+96+234=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #A760EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A760EA is #589F15. Grayscale: #848484. Windows color (decimal): -5807894 or 15360167. OLE color: 15360167.

HSL color Cylindrical-coordinate representation of color #A760EA: hue angle of 270.87º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A760EA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16796234-
CMYK0.290.5900.08
HSL270.87º76.67%64.71%-
HSV(B)270.87º58.97%91.76%-
XYZ34.9722.5280.35-
YUV132.96185.02152.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 96 (37.89% from 255) = 19.32%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=33.60%
G=19.32%
B=47.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal167962340.290.5900.08270.8776.6764.71
HexA760EA1D3B0810f4d41
Octal2471403523573010417115101
Binary10100111110000011101010111011110110100010000111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760EA; }

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

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

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

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

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

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

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

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