Shades of Amethyst #AF72CE
Tints of Amethyst #AF72CE
RGB
CMYK
RGB Variations
Color information
#AF72CE (or 0xAF72CE) is known color: Amethyst. HEX triplet: AF, 72 and CE. RGB value is (175,114,206). Sum of RGB (Red+Green+Blue) = 175+114+206=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF72CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72CE is #508D31. Grayscale: #8E8E8E. Windows color (decimal): -5279026 or 13529775. OLE color: 13529775.
HSL color Cylindrical-coordinate representation of color #AF72CE: hue angle of 279.78º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF72CE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 114 | 206 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.19 |
| HSL | 279.78º | 0.48% | 0.63% | - |
| HSV(B) | 279.78º | 0.45% | 0.81% | - |
| XYZ | 34.84 | 25.6 | 61.5 | - |
| YUV | 142.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 206 | 0.15 | 0.45 | 0 | 0.19 | 279.78 | 0.48 | 0.63 |
| Hex | AF | 72 | CE | F | 2D | 0 | 13 | 118 | 30 | 3F |
| Octal | 257 | 162 | 316 | 17 | 55 | 0 | 23 | 430 | 60 | 77 |
| Binary | 10101111 | 1110010 | 11001110 | 1111 | 101101 | 0 | 10011 | 100011000 | 110000 | 111111 |
Color Harmonies of #AF72CE
Complementary color
Monochromatic Colors of #AF72CE
Black with #AF72CE
Text Example
Text Example
White with #AF72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF72CE; }
p { color: rgb(175,114,206); }
H1.HeaderClassName
{
color: #AF72CE;
}
.AnyTagClassName
{
color: #AF72CE;
}
</style>
background-color css
<style>
a { background-color: #AF72CE; }
a { background-color: rgb(175,114,206); }
div.DivClassName
{
background-color: #AF72CE;
}
.BgClassName
{
background-color: #AF72CE;
}
</style>
border-color css
<style>
span { border-color: #AF72CE; }
span { border-color: rgb(175,114,206); }
td.TdClassName
{
border-color: #AF72CE;
}
.TagClassName
{
border-color: #AF72CE;
}
</style>