Shades of Amethyst #AF75DB
Tints of Amethyst #AF75DB
RGB
CMYK
RGB Variations
Color information
#AF75DB (or 0xAF75DB) is known color: Amethyst. HEX triplet: AF, 75 and DB. RGB value is (175,117,219). Sum of RGB (Red+Green+Blue) = 175+117+219=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75DB is #508A24. Grayscale: #919191. Windows color (decimal): -5278245 or 14382511. OLE color: 14382511.
HSL color Cylindrical-coordinate representation of color #AF75DB: hue angle of 274.12º 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 #AF75DB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 117 | 219 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.14 |
| HSL | 274.12º | 0.59% | 0.66% | - |
| HSV(B) | 274.12º | 0.47% | 0.86% | - |
| XYZ | 36.83 | 26.95 | 70.28 | - |
| YUV | 145.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 219 | 0.20 | 0.47 | 0 | 0.14 | 274.12 | 0.59 | 0.66 |
| Hex | AF | 75 | DB | 14 | 2F | 0 | E | 112 | 3B | 42 |
| Octal | 257 | 165 | 333 | 24 | 57 | 0 | 16 | 422 | 73 | 102 |
| Binary | 10101111 | 1110101 | 11011011 | 10100 | 101111 | 0 | 1110 | 100010010 | 111011 | 1000010 |
Color Harmonies of #AF75DB
Complementary color
Monochromatic Colors of #AF75DB
Black with #AF75DB
Text Example
Text Example
White with #AF75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75DB; }
p { color: rgb(175,117,219); }
H1.HeaderClassName
{
color: #AF75DB;
}
.AnyTagClassName
{
color: #AF75DB;
}
</style>
background-color css
<style>
a { background-color: #AF75DB; }
a { background-color: rgb(175,117,219); }
div.DivClassName
{
background-color: #AF75DB;
}
.BgClassName
{
background-color: #AF75DB;
}
</style>
border-color css
<style>
span { border-color: #AF75DB; }
span { border-color: rgb(175,117,219); }
td.TdClassName
{
border-color: #AF75DB;
}
.TagClassName
{
border-color: #AF75DB;
}
</style>