Shades of Amethyst #AF71DC
Tints of Amethyst #AF71DC
RGB
CMYK
RGB Variations
Color information
#AF71DC (or 0xAF71DC) is known color: Amethyst. HEX triplet: AF, 71 and DC. RGB value is (175,113,220). Sum of RGB (Red+Green+Blue) = 175+113+220=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71DC is #508E23. Grayscale: #8F8F8F. Windows color (decimal): -5279268 or 14447023. OLE color: 14447023.
HSL color Cylindrical-coordinate representation of color #AF71DC: hue angle of 274.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF71DC is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 113 | 220 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.14 |
| HSL | 274.77º | 0.6% | 0.65% | - |
| HSV(B) | 274.77º | 0.49% | 0.86% | - |
| XYZ | 36.5 | 26.09 | 70.82 | - |
| YUV | 143.74 | 171.04 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 220 | 0.20 | 0.49 | 0 | 0.14 | 274.77 | 0.6 | 0.65 |
| Hex | AF | 71 | DC | 14 | 31 | 0 | E | 113 | 3C | 41 |
| Octal | 257 | 161 | 334 | 24 | 61 | 0 | 16 | 423 | 74 | 101 |
| Binary | 10101111 | 1110001 | 11011100 | 10100 | 110001 | 0 | 1110 | 100010011 | 111100 | 1000001 |
Color Harmonies of #AF71DC
Complementary color
Monochromatic Colors of #AF71DC
Black with #AF71DC
Text Example
Text Example
White with #AF71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF71DC; }
p { color: rgb(175,113,220); }
H1.HeaderClassName
{
color: #AF71DC;
}
.AnyTagClassName
{
color: #AF71DC;
}
</style>
background-color css
<style>
a { background-color: #AF71DC; }
a { background-color: rgb(175,113,220); }
div.DivClassName
{
background-color: #AF71DC;
}
.BgClassName
{
background-color: #AF71DC;
}
</style>
border-color css
<style>
span { border-color: #AF71DC; }
span { border-color: rgb(175,113,220); }
td.TdClassName
{
border-color: #AF71DC;
}
.TagClassName
{
border-color: #AF71DC;
}
</style>