#A15BD4

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

Shades of Amethyst #A15BD4

Tints of Amethyst #A15BD4

Color information

#A15BD4 (or 0xA15BD4) is unknown color: approx Amethyst. HEX triplet: A1, 5B and D4. RGB value is (161,91,212). Sum of RGB (Red+Green+Blue) = 161+91+212=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #A15BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15BD4 is #5EA42B. Grayscale: #7D7D7D. Windows color (decimal): -6202412 or 13917089. OLE color: 13917089.

HSL color Cylindrical-coordinate representation of color #A15BD4: hue angle of 274.71º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15BD4 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16191212-
CMYK0.240.5700.17
HSL274.71º58.45%59.41%-
HSV(B)274.71º57.08%83.14%-
XYZ30.3219.8164.51-
YUV125.72176.69153.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 91 (35.94% from 255) = 19.61%
BLUE value IS 212 (83.20% from 255) = 45.69%
R=34.70%
G=19.61%
B=45.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161912120.240.5700.17274.7158.4559.41
HexA15BD418390111133a3b
Octal24113332430710214237273
Binary1010000110110111101010011000111001010001100010011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15BD4; }

 p { color: rgb(161,91,212); }

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

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

 a { background-color: rgb(161,91,212); }

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

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

 span { border-color: rgb(161,91,212); }

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