#A762E0

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

Shades of Amethyst #A762E0

Tints of Amethyst #A762E0

Color information

#A762E0 (or 0xA762E0) is unknown color: approx Amethyst. HEX triplet: A7, 62 and E0. RGB value is (167,98,224). Sum of RGB (Red+Green+Blue) = 167+98+224=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #A762E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762E0 is #589D1F. Grayscale: #848484. Windows color (decimal): -5807392 or 14705319. OLE color: 14705319.

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

Color convert

RGB16798224-
CMYK0.250.5600.12
HSL272.86º67.02%63.14%-
HSV(B)272.86º56.25%87.84%-
XYZ33.7622.3373.05-
YUV133179.36152.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 98 (38.67% from 255) = 20.04%
BLUE value IS 224 (87.89% from 255) = 45.81%
R=34.15%
G=20.04%
B=45.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167982240.250.5600.12272.8667.0263.14
HexA762E019380C111433f
Octal247142340317001442110377
Binary1010011111000101110000011001111000011001000100011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762E0; }

 p { color: rgb(167,98,224); }

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

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

 a { background-color: rgb(167,98,224); }

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

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

 span { border-color: rgb(167,98,224); }

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