#A15FDA

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

Shades of Amethyst #A15FDA

Tints of Amethyst #A15FDA

Color information

#A15FDA (or 0xA15FDA) is unknown color: approx Amethyst. HEX triplet: A1, 5F and DA. RGB value is (161,95,218). Sum of RGB (Red+Green+Blue) = 161+95+218=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #A15FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FDA is #5EA025. Grayscale: #808080. Windows color (decimal): -6201382 or 14311329. OLE color: 14311329.

HSL color Cylindrical-coordinate representation of color #A15FDA: hue angle of 272.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15FDA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16195218-
CMYK0.260.5600.15
HSL272.2º62.44%61.37%-
HSV(B)272.2º56.42%85.49%-
XYZ31.4520.8268.69-
YUV128.76178.37151-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 95 (37.5% from 255) = 20.04%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=33.97%
G=20.04%
B=45.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161952180.260.5600.15272.262.4461.37
HexA15FDA1A380F1103e3d
Octal24113733232700174207675
Binary101000011011111110110101101011100001111100010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FDA; }

 p { color: rgb(161,95,218); }

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

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

 a { background-color: rgb(161,95,218); }

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

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

 span { border-color: rgb(161,95,218); }

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