Shades of Amethyst #A758E6
Tints of Amethyst #A758E6
RGB
CMYK
RGB Variations
Color information
#A758E6 (or 0xA758E6) is known color: Amethyst. HEX triplet: A7, 58 and E6. RGB value is (167,88,230). Sum of RGB (Red+Green+Blue) = 167+88+230=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #A758E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A758E6 is #58A719. Grayscale: #7F7F7F. Windows color (decimal): -5809946 or 15095975. OLE color: 15095975.
HSL color Cylindrical-coordinate representation of color #A758E6: hue angle of 273.38º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A758E6 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 88 | 230 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.10 |
| HSL | 273.38º | 0.74% | 0.62% | - |
| HSV(B) | 273.38º | 0.62% | 0.9% | - |
| XYZ | 33.71 | 20.91 | 77.12 | - |
| YUV | 127.81 | 185.67 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 230 | 0.27 | 0.62 | 0 | 0.10 | 273.38 | 0.74 | 0.62 |
| Hex | A7 | 58 | E6 | 1B | 3E | 0 | A | 111 | 4A | 3E |
| Octal | 247 | 130 | 346 | 33 | 76 | 0 | 12 | 421 | 112 | 76 |
| Binary | 10100111 | 1011000 | 11100110 | 11011 | 111110 | 0 | 1010 | 100010001 | 1001010 | 111110 |
Color Harmonies of #A758E6
Complementary color
Monochromatic Colors of #A758E6
Black with #A758E6
Text Example
Text Example
White with #A758E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A758E6; }
p { color: rgb(167,88,230); }
H1.HeaderClassName
{
color: #A758E6;
}
.AnyTagClassName
{
color: #A758E6;
}
</style>
background-color css
<style>
a { background-color: #A758E6; }
a { background-color: rgb(167,88,230); }
div.DivClassName
{
background-color: #A758E6;
}
.BgClassName
{
background-color: #A758E6;
}
</style>
border-color css
<style>
span { border-color: #A758E6; }
span { border-color: rgb(167,88,230); }
td.TdClassName
{
border-color: #A758E6;
}
.TagClassName
{
border-color: #A758E6;
}
</style>