#A65FE6

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

Shades of Amethyst #A65FE6

Tints of Amethyst #A65FE6

Color information

#A65FE6 (or 0xA65FE6) is unknown color: approx Amethyst. HEX triplet: A6, 5F and E6. RGB value is (166,95,230). Sum of RGB (Red+Green+Blue) = 166+95+230=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #A65FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FE6 is #59A019. Grayscale: #838383. Windows color (decimal): -5873690 or 15097766. OLE color: 15097766.

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

Color convert

RGB16695230-
CMYK0.280.5900.10
HSL271.56º72.97%63.73%-
HSV(B)271.56º58.7%90.2%-
XYZ34.12277.31-
YUV131.62183.52152.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 95 (37.5% from 255) = 19.35%
BLUE value IS 230 (90.23% from 255) = 46.84%
R=33.81%
G=19.35%
B=46.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166952300.280.5900.10271.5672.9763.73
HexA65FE61C3B0A1104940
Octal2461373463473012420111100
Binary10100110101111111100110111001110110101010001000010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FE6; }

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

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

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

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

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

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

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

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