#A961EA

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

Shades of Amethyst #A961EA

Tints of Amethyst #A961EA

Color information

#A961EA (or 0xA961EA) is unknown color: approx Amethyst. HEX triplet: A9, 61 and EA. RGB value is (169,97,234). Sum of RGB (Red+Green+Blue) = 169+97+234=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #A961EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A961EA is #569E15. Grayscale: #858585. Windows color (decimal): -5676566 or 15360425. OLE color: 15360425.

HSL color Cylindrical-coordinate representation of color #A961EA: hue angle of 271.53º 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 #A961EA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16997234-
CMYK0.280.5900.08
HSL271.53º76.54%64.9%-
HSV(B)271.53º58.55%91.76%-
XYZ35.4922.9280.4-
YUV134.15184.35152.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 97 (38.28% from 255) = 19.4%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=33.8%
G=19.4%
B=46.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal169972340.280.5900.08271.5376.5464.9
HexA961EA1C3B081104d41
Octal2511413523473010420115101
Binary10101001110000111101010111001110110100010001000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A961EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A961EA; }

 p { color: rgb(169,97,234); }

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

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

 a { background-color: rgb(169,97,234); }

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

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

 span { border-color: rgb(169,97,234); }

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