Shades of Amethyst #AF75DC
Tints of Amethyst #AF75DC
RGB
CMYK
RGB Variations
Color information
#AF75DC (or 0xAF75DC) is known color: Amethyst. HEX triplet: AF, 75 and DC. RGB value is (175,117,220). Sum of RGB (Red+Green+Blue) = 175+117+220=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF75DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75DC is #508A23. Grayscale: #919191. Windows color (decimal): -5278244 or 14448047. OLE color: 14448047.
HSL color Cylindrical-coordinate representation of color #AF75DC: hue angle of 273.79º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF75DC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 117 | 220 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.14 |
| HSL | 273.79º | 0.6% | 0.66% | - |
| HSV(B) | 273.79º | 0.47% | 0.86% | - |
| XYZ | 36.96 | 27 | 70.97 | - |
| YUV | 146.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 220 | 0.20 | 0.47 | 0 | 0.14 | 273.79 | 0.6 | 0.66 |
| Hex | AF | 75 | DC | 14 | 2F | 0 | E | 112 | 3C | 42 |
| Octal | 257 | 165 | 334 | 24 | 57 | 0 | 16 | 422 | 74 | 102 |
| Binary | 10101111 | 1110101 | 11011100 | 10100 | 101111 | 0 | 1110 | 100010010 | 111100 | 1000010 |
Color Harmonies of #AF75DC
Complementary color
Monochromatic Colors of #AF75DC
Black with #AF75DC
Text Example
Text Example
White with #AF75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75DC; }
p { color: rgb(175,117,220); }
H1.HeaderClassName
{
color: #AF75DC;
}
.AnyTagClassName
{
color: #AF75DC;
}
</style>
background-color css
<style>
a { background-color: #AF75DC; }
a { background-color: rgb(175,117,220); }
div.DivClassName
{
background-color: #AF75DC;
}
.BgClassName
{
background-color: #AF75DC;
}
</style>
border-color css
<style>
span { border-color: #AF75DC; }
span { border-color: rgb(175,117,220); }
td.TdClassName
{
border-color: #AF75DC;
}
.TagClassName
{
border-color: #AF75DC;
}
</style>