#A150D4

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

Shades of Amethyst #A150D4

Tints of Amethyst #A150D4

Color information

#A150D4 (or 0xA150D4) is unknown color: approx Amethyst. HEX triplet: A1, 50 and D4. RGB value is (161,80,212). Sum of RGB (Red+Green+Blue) = 161+80+212=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #A150D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150D4 is #5EAF2B. Grayscale: #767676. Windows color (decimal): -6205228 or 13914273. OLE color: 13914273.

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

Color convert

RGB16180212-
CMYK0.240.6200.17
HSL276.82º60.55%57.25%-
HSV(B)276.82º62.26%83.14%-
XYZ29.4518.0764.22-
YUV119.27180.34157.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 212 (83.20% from 255) = 46.80%
R=35.54%
G=17.66%
B=46.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161802120.240.6200.17276.8260.5557.25
HexA150D4183E0111153d39
Octal24112032430760214257571
Binary1010000110100001101010011000111110010001100010101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A150D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A150D4; }

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

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

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

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

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

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

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

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