Shades of Amethyst #AF73DB
Tints of Amethyst #AF73DB
RGB
CMYK
RGB Variations
Color information
#AF73DB (or 0xAF73DB) is known color: Amethyst. HEX triplet: AF, 73 and DB. RGB value is (175,115,219). Sum of RGB (Red+Green+Blue) = 175+115+219=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF73DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73DB is #508C24. Grayscale: #909090. Windows color (decimal): -5278757 or 14381999. OLE color: 14381999.
HSL color Cylindrical-coordinate representation of color #AF73DB: hue angle of 274.62º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF73DB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 115 | 219 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.14 |
| HSL | 274.62º | 0.59% | 0.65% | - |
| HSV(B) | 274.62º | 0.47% | 0.86% | - |
| XYZ | 36.6 | 26.49 | 70.2 | - |
| YUV | 144.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 219 | 0.20 | 0.47 | 0 | 0.14 | 274.62 | 0.59 | 0.65 |
| Hex | AF | 73 | DB | 14 | 2F | 0 | E | 113 | 3B | 41 |
| Octal | 257 | 163 | 333 | 24 | 57 | 0 | 16 | 423 | 73 | 101 |
| Binary | 10101111 | 1110011 | 11011011 | 10100 | 101111 | 0 | 1110 | 100010011 | 111011 | 1000001 |
Color Harmonies of #AF73DB
Complementary color
Monochromatic Colors of #AF73DB
Black with #AF73DB
Text Example
Text Example
White with #AF73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73DB; }
p { color: rgb(175,115,219); }
H1.HeaderClassName
{
color: #AF73DB;
}
.AnyTagClassName
{
color: #AF73DB;
}
</style>
background-color css
<style>
a { background-color: #AF73DB; }
a { background-color: rgb(175,115,219); }
div.DivClassName
{
background-color: #AF73DB;
}
.BgClassName
{
background-color: #AF73DB;
}
</style>
border-color css
<style>
span { border-color: #AF73DB; }
span { border-color: rgb(175,115,219); }
td.TdClassName
{
border-color: #AF73DB;
}
.TagClassName
{
border-color: #AF73DB;
}
</style>