Shades of Amethyst #A150DB
Tints of Amethyst #A150DB
RGB
CMYK
RGB Variations
Color information
#A150DB (or 0xA150DB) is known color: Amethyst. HEX triplet: A1, 50 and DB. RGB value is (161,80,219). Sum of RGB (Red+Green+Blue) = 161+80+219=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #A150DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150DB is #5EAF24. Grayscale: #777777. Windows color (decimal): -6205221 or 14373025. OLE color: 14373025.
HSL color Cylindrical-coordinate representation of color #A150DB: hue angle of 274.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A150DB is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 80 | 219 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.14 |
| HSL | 274.96º | 0.66% | 0.59% | - |
| HSV(B) | 274.96º | 0.63% | 0.86% | - |
| XYZ | 30.35 | 18.43 | 68.98 | - |
| YUV | 120.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 219 | 0.26 | 0.63 | 0 | 0.14 | 274.96 | 0.66 | 0.59 |
| Hex | A1 | 50 | DB | 1A | 3F | 0 | E | 113 | 42 | 3B |
| Octal | 241 | 120 | 333 | 32 | 77 | 0 | 16 | 423 | 102 | 73 |
| Binary | 10100001 | 1010000 | 11011011 | 11010 | 111111 | 0 | 1110 | 100010011 | 1000010 | 111011 |
Color Harmonies of #A150DB
Complementary color
Monochromatic Colors of #A150DB
Black with #A150DB
Text Example
Text Example
White with #A150DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150DB; }
p { color: rgb(161,80,219); }
H1.HeaderClassName
{
color: #A150DB;
}
.AnyTagClassName
{
color: #A150DB;
}
</style>
background-color css
<style>
a { background-color: #A150DB; }
a { background-color: rgb(161,80,219); }
div.DivClassName
{
background-color: #A150DB;
}
.BgClassName
{
background-color: #A150DB;
}
</style>
border-color css
<style>
span { border-color: #A150DB; }
span { border-color: rgb(161,80,219); }
td.TdClassName
{
border-color: #A150DB;
}
.TagClassName
{
border-color: #A150DB;
}
</style>