#A15FD4

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

Shades of Amethyst #A15FD4

Tints of Amethyst #A15FD4

Color information

#A15FD4 (or 0xA15FD4) is unknown color: approx Amethyst. HEX triplet: A1, 5F and D4. RGB value is (161,95,212). Sum of RGB (Red+Green+Blue) = 161+95+212=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #A15FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FD4 is #5EA02B. Grayscale: #7F7F7F. Windows color (decimal): -6201388 or 13918113. OLE color: 13918113.

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

Color convert

RGB16195212-
CMYK0.240.5500.17
HSL273.85º57.64%60.2%-
HSV(B)273.85º55.19%83.14%-
XYZ30.6720.5164.63-
YUV128.07175.37151.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 95 (37.5% from 255) = 20.30%
BLUE value IS 212 (83.20% from 255) = 45.30%
R=34.40%
G=20.30%
B=45.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161952120.240.5500.17273.8557.6460.2
HexA15FD418370111123a3c
Octal24113732430670214227274
Binary1010000110111111101010011000110111010001100010010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FD4; }

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

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

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

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

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

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

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

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