Shades of Amethyst #AF72CC
Tints of Amethyst #AF72CC
RGB
CMYK
RGB Variations
Color information
#AF72CC (or 0xAF72CC) is known color: Amethyst. HEX triplet: AF, 72 and CC. RGB value is (175,114,204). Sum of RGB (Red+Green+Blue) = 175+114+204=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF72CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72CC is #508D33. Grayscale: #8E8E8E. Windows color (decimal): -5279028 or 13398703. OLE color: 13398703.
HSL color Cylindrical-coordinate representation of color #AF72CC: hue angle of 280.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF72CC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 114 | 204 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.2 |
| HSL | 280.67º | 0.47% | 0.62% | - |
| HSV(B) | 280.67º | 0.44% | 0.8% | - |
| XYZ | 34.6 | 25.51 | 60.23 | - |
| YUV | 142.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 204 | 0.14 | 0.44 | 0 | 0.2 | 280.67 | 0.47 | 0.62 |
| Hex | AF | 72 | CC | E | 2C | 0 | 14 | 119 | 2F | 3E |
| Octal | 257 | 162 | 314 | 16 | 54 | 0 | 24 | 431 | 57 | 76 |
| Binary | 10101111 | 1110010 | 11001100 | 1110 | 101100 | 0 | 10100 | 100011001 | 101111 | 111110 |
Color Harmonies of #AF72CC
Complementary color
Monochromatic Colors of #AF72CC
Black with #AF72CC
Text Example
Text Example
White with #AF72CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF72CC; }
p { color: rgb(175,114,204); }
H1.HeaderClassName
{
color: #AF72CC;
}
.AnyTagClassName
{
color: #AF72CC;
}
</style>
background-color css
<style>
a { background-color: #AF72CC; }
a { background-color: rgb(175,114,204); }
div.DivClassName
{
background-color: #AF72CC;
}
.BgClassName
{
background-color: #AF72CC;
}
</style>
border-color css
<style>
span { border-color: #AF72CC; }
span { border-color: rgb(175,114,204); }
td.TdClassName
{
border-color: #AF72CC;
}
.TagClassName
{
border-color: #AF72CC;
}
</style>