#A662E6

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

Shades of Amethyst #A662E6

Tints of Amethyst #A662E6

Color information

#A662E6 (or 0xA662E6) is unknown color: approx Amethyst. HEX triplet: A6, 62 and E6. RGB value is (166,98,230). Sum of RGB (Red+Green+Blue) = 166+98+230=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #A662E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A662E6 is #599D19. Grayscale: #848484. Windows color (decimal): -5872922 or 15098534. OLE color: 15098534.

HSL color Cylindrical-coordinate representation of color #A662E6: hue angle of 270.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A662E6 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16698230-
CMYK0.280.5700.10
HSL270.91º72.53%64.31%-
HSV(B)270.91º57.39%90.2%-
XYZ34.3822.5677.4-
YUV133.38182.53151.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 98 (38.67% from 255) = 19.84%
BLUE value IS 230 (90.23% from 255) = 46.56%
R=33.60%
G=19.84%
B=46.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166982300.280.5700.10270.9172.5364.31
HexA662E61C390A10f4940
Octal2461423463471012417111100
Binary10100110110001011100110111001110010101010000111110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662E6; }

 p { color: rgb(166,98,230); }

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

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

 a { background-color: rgb(166,98,230); }

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

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

 span { border-color: rgb(166,98,230); }

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