Shades of Amethyst #AF6ADC
Tints of Amethyst #AF6ADC
RGB
CMYK
RGB Variations
Color information
#AF6ADC (or 0xAF6ADC) is known color: Amethyst. HEX triplet: AF, 6A and DC. RGB value is (175,106,220). Sum of RGB (Red+Green+Blue) = 175+106+220=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF6ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ADC is #509523. Grayscale: #8B8B8B. Windows color (decimal): -5281060 or 14445231. OLE color: 14445231.
HSL color Cylindrical-coordinate representation of color #AF6ADC: hue angle of 276.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6ADC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 106 | 220 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.14 |
| HSL | 276.32º | 0.62% | 0.64% | - |
| HSV(B) | 276.32º | 0.52% | 0.86% | - |
| XYZ | 35.75 | 24.59 | 70.57 | - |
| YUV | 139.63 | 173.36 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 220 | 0.20 | 0.52 | 0 | 0.14 | 276.32 | 0.62 | 0.64 |
| Hex | AF | 6A | DC | 14 | 34 | 0 | E | 114 | 3E | 40 |
| Octal | 257 | 152 | 334 | 24 | 64 | 0 | 16 | 424 | 76 | 100 |
| Binary | 10101111 | 1101010 | 11011100 | 10100 | 110100 | 0 | 1110 | 100010100 | 111110 | 1000000 |
Color Harmonies of #AF6ADC
Complementary color
Monochromatic Colors of #AF6ADC
Black with #AF6ADC
Text Example
Text Example
White with #AF6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6ADC; }
p { color: rgb(175,106,220); }
H1.HeaderClassName
{
color: #AF6ADC;
}
.AnyTagClassName
{
color: #AF6ADC;
}
</style>
background-color css
<style>
a { background-color: #AF6ADC; }
a { background-color: rgb(175,106,220); }
div.DivClassName
{
background-color: #AF6ADC;
}
.BgClassName
{
background-color: #AF6ADC;
}
</style>
border-color css
<style>
span { border-color: #AF6ADC; }
span { border-color: rgb(175,106,220); }
td.TdClassName
{
border-color: #AF6ADC;
}
.TagClassName
{
border-color: #AF6ADC;
}
</style>