Shades of Amethyst #AF69DD
Tints of Amethyst #AF69DD
RGB
CMYK
RGB Variations
Color information
#AF69DD (or 0xAF69DD) is known color: Amethyst. HEX triplet: AF, 69 and DD. RGB value is (175,105,221). Sum of RGB (Red+Green+Blue) = 175+105+221=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF69DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69DD is #509622. Grayscale: #8A8A8A. Windows color (decimal): -5281315 or 14510511. OLE color: 14510511.
HSL color Cylindrical-coordinate representation of color #AF69DD: hue angle of 276.21º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF69DD is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 105 | 221 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.13 |
| HSL | 276.21º | 0.63% | 0.64% | - |
| HSV(B) | 276.21º | 0.52% | 0.87% | - |
| XYZ | 35.78 | 24.44 | 71.24 | - |
| YUV | 139.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 221 | 0.21 | 0.52 | 0 | 0.13 | 276.21 | 0.63 | 0.64 |
| Hex | AF | 69 | DD | 15 | 34 | 0 | D | 114 | 3F | 40 |
| Octal | 257 | 151 | 335 | 25 | 64 | 0 | 15 | 424 | 77 | 100 |
| Binary | 10101111 | 1101001 | 11011101 | 10101 | 110100 | 0 | 1101 | 100010100 | 111111 | 1000000 |
Color Harmonies of #AF69DD
Complementary color
Monochromatic Colors of #AF69DD
Black with #AF69DD
Text Example
Text Example
White with #AF69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF69DD; }
p { color: rgb(175,105,221); }
H1.HeaderClassName
{
color: #AF69DD;
}
.AnyTagClassName
{
color: #AF69DD;
}
</style>
background-color css
<style>
a { background-color: #AF69DD; }
a { background-color: rgb(175,105,221); }
div.DivClassName
{
background-color: #AF69DD;
}
.BgClassName
{
background-color: #AF69DD;
}
</style>
border-color css
<style>
span { border-color: #AF69DD; }
span { border-color: rgb(175,105,221); }
td.TdClassName
{
border-color: #AF69DD;
}
.TagClassName
{
border-color: #AF69DD;
}
</style>