Shades of Amethyst #A758DD
Tints of Amethyst #A758DD
RGB
CMYK
RGB Variations
Color information
#A758DD (or 0xA758DD) is known color: Amethyst. HEX triplet: A7, 58 and DD. RGB value is (167,88,221). Sum of RGB (Red+Green+Blue) = 167+88+221=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #A758DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758DD is #58A722. Grayscale: #7E7E7E. Windows color (decimal): -5809955 or 14506151. OLE color: 14506151.
HSL color Cylindrical-coordinate representation of color #A758DD: hue angle of 275.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A758DD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 88 | 221 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.13 |
| HSL | 275.64º | 0.66% | 0.61% | - |
| HSV(B) | 275.64º | 0.6% | 0.87% | - |
| XYZ | 32.48 | 20.42 | 70.64 | - |
| YUV | 126.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 221 | 0.24 | 0.60 | 0 | 0.13 | 275.64 | 0.66 | 0.61 |
| Hex | A7 | 58 | DD | 18 | 3C | 0 | D | 114 | 42 | 3D |
| Octal | 247 | 130 | 335 | 30 | 74 | 0 | 15 | 424 | 102 | 75 |
| Binary | 10100111 | 1011000 | 11011101 | 11000 | 111100 | 0 | 1101 | 100010100 | 1000010 | 111101 |
Color Harmonies of #A758DD
Complementary color
Monochromatic Colors of #A758DD
Black with #A758DD
Text Example
Text Example
White with #A758DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A758DD; }
p { color: rgb(167,88,221); }
H1.HeaderClassName
{
color: #A758DD;
}
.AnyTagClassName
{
color: #A758DD;
}
</style>
background-color css
<style>
a { background-color: #A758DD; }
a { background-color: rgb(167,88,221); }
div.DivClassName
{
background-color: #A758DD;
}
.BgClassName
{
background-color: #A758DD;
}
</style>
border-color css
<style>
span { border-color: #A758DD; }
span { border-color: rgb(167,88,221); }
td.TdClassName
{
border-color: #A758DD;
}
.TagClassName
{
border-color: #A758DD;
}
</style>