#A15DC9

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

Shades of Amethyst #A15DC9

Tints of Amethyst #A15DC9

Color information

#A15DC9 (or 0xA15DC9) is unknown color: approx Amethyst. HEX triplet: A1, 5D and C9. RGB value is (161,93,201). Sum of RGB (Red+Green+Blue) = 161+93+201=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #A15DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DC9 is #5EA236. Grayscale: #7D7D7D. Windows color (decimal): -6201911 or 13196705. OLE color: 13196705.

HSL color Cylindrical-coordinate representation of color #A15DC9: hue angle of 277.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A15DC9 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16193201-
CMYK0.200.5400.21
HSL277.78º50%57.65%-
HSV(B)277.78º53.73%78.82%-
XYZ29.1519.6257.51-
YUV125.64170.53153.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=35.38%
G=20.44%
B=44.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161932010.200.5400.21277.785057.65
HexA15DC91436015116323a
Octal24113531124660254266272
Binary1010000110111011100100110100110110010101100010110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15DC9; }

 p { color: rgb(161,93,201); }

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

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

 a { background-color: rgb(161,93,201); }

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

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

 span { border-color: rgb(161,93,201); }

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