Shades of Amethyst #A875DB
Tints of Amethyst #A875DB
RGB
CMYK
RGB Variations
Color information
#A875DB (or 0xA875DB) is known color: Amethyst. HEX triplet: A8, 75 and DB. RGB value is (168,117,219). Sum of RGB (Red+Green+Blue) = 168+117+219=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #A875DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875DB is #578A24. Grayscale: #8F8F8F. Windows color (decimal): -5736997 or 14382504. OLE color: 14382504.
HSL color Cylindrical-coordinate representation of color #A875DB: hue angle of 270º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A875DB is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 117 | 219 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.14 |
| HSL | 270º | 0.59% | 0.66% | - |
| HSV(B) | 270º | 0.47% | 0.86% | - |
| XYZ | 35.3 | 26.16 | 70.21 | - |
| YUV | 143.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 219 | 0.23 | 0.47 | 0 | 0.14 | 270 | 0.59 | 0.66 |
| Hex | A8 | 75 | DB | 17 | 2F | 0 | E | 10E | 3B | 42 |
| Octal | 250 | 165 | 333 | 27 | 57 | 0 | 16 | 416 | 73 | 102 |
| Binary | 10101000 | 1110101 | 11011011 | 10111 | 101111 | 0 | 1110 | 100001110 | 111011 | 1000010 |
Color Harmonies of #A875DB
Complementary color
Monochromatic Colors of #A875DB
Black with #A875DB
Text Example
Text Example
White with #A875DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875DB; }
p { color: rgb(168,117,219); }
H1.HeaderClassName
{
color: #A875DB;
}
.AnyTagClassName
{
color: #A875DB;
}
</style>
background-color css
<style>
a { background-color: #A875DB; }
a { background-color: rgb(168,117,219); }
div.DivClassName
{
background-color: #A875DB;
}
.BgClassName
{
background-color: #A875DB;
}
</style>
border-color css
<style>
span { border-color: #A875DB; }
span { border-color: rgb(168,117,219); }
td.TdClassName
{
border-color: #A875DB;
}
.TagClassName
{
border-color: #A875DB;
}
</style>