#A965E5

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

Shades of Amethyst #A965E5

Tints of Amethyst #A965E5

Color information

#A965E5 (or 0xA965E5) is unknown color: approx Amethyst. HEX triplet: A9, 65 and E5. RGB value is (169,101,229). Sum of RGB (Red+Green+Blue) = 169+101+229=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #A965E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965E5 is #569A1A. Grayscale: #878787. Windows color (decimal): -5675547 or 15033769. OLE color: 15033769.

HSL color Cylindrical-coordinate representation of color #A965E5: hue angle of 271.88º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A965E5 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169101229-
CMYK0.260.5600.10
HSL271.88º71.11%64.71%-
HSV(B)271.88º55.9%89.8%-
XYZ35.1623.476.79-
YUV135.92180.53151.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 101 (39.84% from 255) = 20.24%
BLUE value IS 229 (89.84% from 255) = 45.89%
R=33.87%
G=20.24%
B=45.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691012290.260.5600.10271.8871.1164.71
HexA965E51A380A1104741
Octal2511453453270012420107101
Binary10101001110010111100101110101110000101010001000010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A965E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A965E5; }

 p { color: rgb(169,101,229); }

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

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

 a { background-color: rgb(169,101,229); }

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

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

 span { border-color: rgb(169,101,229); }

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