Shades of Amethyst #AF69E7
Tints of Amethyst #AF69E7
RGB
CMYK
RGB Variations
Color information
#AF69E7 (or 0xAF69E7) is known color: Amethyst. HEX triplet: AF, 69 and E7. RGB value is (175,105,231). Sum of RGB (Red+Green+Blue) = 175+105+231=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF69E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69E7 is #509618. Grayscale: #8B8B8B. Windows color (decimal): -5281305 or 15165871. OLE color: 15165871.
HSL color Cylindrical-coordinate representation of color #AF69E7: hue angle of 273.33º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF69E7 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 105 | 231 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.09 |
| HSL | 273.33º | 0.72% | 0.66% | - |
| HSV(B) | 273.33º | 0.55% | 0.91% | - |
| XYZ | 37.15 | 24.99 | 78.47 | - |
| YUV | 140.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 231 | 0.24 | 0.55 | 0 | 0.09 | 273.33 | 0.72 | 0.66 |
| Hex | AF | 69 | E7 | 18 | 37 | 0 | 9 | 111 | 48 | 42 |
| Octal | 257 | 151 | 347 | 30 | 67 | 0 | 11 | 421 | 110 | 102 |
| Binary | 10101111 | 1101001 | 11100111 | 11000 | 110111 | 0 | 1001 | 100010001 | 1001000 | 1000010 |
Color Harmonies of #AF69E7
Complementary color
Monochromatic Colors of #AF69E7
Black with #AF69E7
Text Example
Text Example
White with #AF69E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF69E7; }
p { color: rgb(175,105,231); }
H1.HeaderClassName
{
color: #AF69E7;
}
.AnyTagClassName
{
color: #AF69E7;
}
</style>
background-color css
<style>
a { background-color: #AF69E7; }
a { background-color: rgb(175,105,231); }
div.DivClassName
{
background-color: #AF69E7;
}
.BgClassName
{
background-color: #AF69E7;
}
</style>
border-color css
<style>
span { border-color: #AF69E7; }
span { border-color: rgb(175,105,231); }
td.TdClassName
{
border-color: #AF69E7;
}
.TagClassName
{
border-color: #AF69E7;
}
</style>