Shades of Amethyst #AF73E0
Tints of Amethyst #AF73E0
RGB
CMYK
RGB Variations
Color information
#AF73E0 (or 0xAF73E0) is known color: Amethyst. HEX triplet: AF, 73 and E0. RGB value is (175,115,224). Sum of RGB (Red+Green+Blue) = 175+115+224=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF73E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73E0 is #508C1F. Grayscale: #909090. Windows color (decimal): -5278752 or 14709679. OLE color: 14709679.
HSL color Cylindrical-coordinate representation of color #AF73E0: hue angle of 273.03º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF73E0 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 115 | 224 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.12 |
| HSL | 273.03º | 0.64% | 0.66% | - |
| HSV(B) | 273.03º | 0.49% | 0.88% | - |
| XYZ | 37.26 | 26.76 | 73.72 | - |
| YUV | 145.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 224 | 0.22 | 0.49 | 0 | 0.12 | 273.03 | 0.64 | 0.66 |
| Hex | AF | 73 | E0 | 16 | 31 | 0 | C | 111 | 40 | 42 |
| Octal | 257 | 163 | 340 | 26 | 61 | 0 | 14 | 421 | 100 | 102 |
| Binary | 10101111 | 1110011 | 11100000 | 10110 | 110001 | 0 | 1100 | 100010001 | 1000000 | 1000010 |
Color Harmonies of #AF73E0
Complementary color
Monochromatic Colors of #AF73E0
Black with #AF73E0
Text Example
Text Example
White with #AF73E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73E0; }
p { color: rgb(175,115,224); }
H1.HeaderClassName
{
color: #AF73E0;
}
.AnyTagClassName
{
color: #AF73E0;
}
</style>
background-color css
<style>
a { background-color: #AF73E0; }
a { background-color: rgb(175,115,224); }
div.DivClassName
{
background-color: #AF73E0;
}
.BgClassName
{
background-color: #AF73E0;
}
</style>
border-color css
<style>
span { border-color: #AF73E0; }
span { border-color: rgb(175,115,224); }
td.TdClassName
{
border-color: #AF73E0;
}
.TagClassName
{
border-color: #AF73E0;
}
</style>