Shades of Amethyst #AF74DB
Tints of Amethyst #AF74DB
RGB
CMYK
RGB Variations
Color information
#AF74DB (or 0xAF74DB) is known color: Amethyst. HEX triplet: AF, 74 and DB. RGB value is (175,116,219). Sum of RGB (Red+Green+Blue) = 175+116+219=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74DB is #508B24. Grayscale: #919191. Windows color (decimal): -5278501 or 14382255. OLE color: 14382255.
HSL color Cylindrical-coordinate representation of color #AF74DB: hue angle of 274.37º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF74DB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 116 | 219 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.14 |
| HSL | 274.37º | 0.59% | 0.66% | - |
| HSV(B) | 274.37º | 0.47% | 0.86% | - |
| XYZ | 36.71 | 26.72 | 70.24 | - |
| YUV | 145.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 219 | 0.20 | 0.47 | 0 | 0.14 | 274.37 | 0.59 | 0.66 |
| Hex | AF | 74 | DB | 14 | 2F | 0 | E | 112 | 3B | 42 |
| Octal | 257 | 164 | 333 | 24 | 57 | 0 | 16 | 422 | 73 | 102 |
| Binary | 10101111 | 1110100 | 11011011 | 10100 | 101111 | 0 | 1110 | 100010010 | 111011 | 1000010 |
Color Harmonies of #AF74DB
Complementary color
Monochromatic Colors of #AF74DB
Black with #AF74DB
Text Example
Text Example
White with #AF74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74DB; }
p { color: rgb(175,116,219); }
H1.HeaderClassName
{
color: #AF74DB;
}
.AnyTagClassName
{
color: #AF74DB;
}
</style>
background-color css
<style>
a { background-color: #AF74DB; }
a { background-color: rgb(175,116,219); }
div.DivClassName
{
background-color: #AF74DB;
}
.BgClassName
{
background-color: #AF74DB;
}
</style>
border-color css
<style>
span { border-color: #AF74DB; }
span { border-color: rgb(175,116,219); }
td.TdClassName
{
border-color: #AF74DB;
}
.TagClassName
{
border-color: #AF74DB;
}
</style>