Shades of Amethyst #AF7ADC
Tints of Amethyst #AF7ADC
RGB
CMYK
RGB Variations
Color information
#AF7ADC (or 0xAF7ADC) is known color: Amethyst. HEX triplet: AF, 7A and DC. RGB value is (175,122,220). Sum of RGB (Red+Green+Blue) = 175+122+220=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ADC is #508523. Grayscale: #949494. Windows color (decimal): -5276964 or 14449327. OLE color: 14449327.
HSL color Cylindrical-coordinate representation of color #AF7ADC: hue angle of 272.45º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7ADC is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 122 | 220 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.14 |
| HSL | 272.45º | 0.58% | 0.67% | - |
| HSV(B) | 272.45º | 0.45% | 0.86% | - |
| XYZ | 37.56 | 28.2 | 71.17 | - |
| YUV | 149.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 220 | 0.20 | 0.45 | 0 | 0.14 | 272.45 | 0.58 | 0.67 |
| Hex | AF | 7A | DC | 14 | 2D | 0 | E | 110 | 3A | 43 |
| Octal | 257 | 172 | 334 | 24 | 55 | 0 | 16 | 420 | 72 | 103 |
| Binary | 10101111 | 1111010 | 11011100 | 10100 | 101101 | 0 | 1110 | 100010000 | 111010 | 1000011 |
Color Harmonies of #AF7ADC
Complementary color
Monochromatic Colors of #AF7ADC
Black with #AF7ADC
Text Example
Text Example
White with #AF7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7ADC; }
p { color: rgb(175,122,220); }
H1.HeaderClassName
{
color: #AF7ADC;
}
.AnyTagClassName
{
color: #AF7ADC;
}
</style>
background-color css
<style>
a { background-color: #AF7ADC; }
a { background-color: rgb(175,122,220); }
div.DivClassName
{
background-color: #AF7ADC;
}
.BgClassName
{
background-color: #AF7ADC;
}
</style>
border-color css
<style>
span { border-color: #AF7ADC; }
span { border-color: rgb(175,122,220); }
td.TdClassName
{
border-color: #AF7ADC;
}
.TagClassName
{
border-color: #AF7ADC;
}
</style>