Shades of Amethyst #AF69E6
Tints of Amethyst #AF69E6
RGB
CMYK
RGB Variations
Color information
#AF69E6 (or 0xAF69E6) is known color: Amethyst. HEX triplet: AF, 69 and E6. RGB value is (175,105,230). Sum of RGB (Red+Green+Blue) = 175+105+230=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF69E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69E6 is #509619. Grayscale: #8B8B8B. Windows color (decimal): -5281306 or 15100335. OLE color: 15100335.
HSL color Cylindrical-coordinate representation of color #AF69E6: hue angle of 273.6º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF69E6 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 175 | 105 | 230 | - |
CMYK | 0.24 | 0.54 | 0 | 0.10 |
HSL | 273.6º | 0.71% | 0.66% | - |
HSV(B) | 273.6º | 0.54% | 0.9% | - |
XYZ | 37.01 | 24.93 | 77.72 | - |
YUV | 140.18 | 178.69 | 152.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 105 | 230 | 0.24 | 0.54 | 0 | 0.10 | 273.6 | 0.71 | 0.66 |
Hex | AF | 69 | E6 | 18 | 36 | 0 | A | 112 | 47 | 42 |
Octal | 257 | 151 | 346 | 30 | 66 | 0 | 12 | 422 | 107 | 102 |
Binary | 10101111 | 1101001 | 11100110 | 11000 | 110110 | 0 | 1010 | 100010010 | 1000111 | 1000010 |
Color Harmonies of #AF69E6
Complementary color
Monochromatic Colors of #AF69E6
Black with #AF69E6
Text Example
Text Example
White with #AF69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF69E6; }
p { color: rgb(175,105,230); }
H1.HeaderClassName
{
color: #AF69E6;
}
.AnyTagClassName
{
color: #AF69E6;
}
</style>
background-color css
<style>
a { background-color: #AF69E6; }
a { background-color: rgb(175,105,230); }
div.DivClassName
{
background-color: #AF69E6;
}
.BgClassName
{
background-color: #AF69E6;
}
</style>
border-color css
<style>
span { border-color: #AF69E6; }
span { border-color: rgb(175,105,230); }
td.TdClassName
{
border-color: #AF69E6;
}
.TagClassName
{
border-color: #AF69E6;
}
</style>