Shades of Amethyst #AF70DC
Tints of Amethyst #AF70DC
RGB
CMYK
RGB Variations
Color information
#AF70DC (or 0xAF70DC) is known color: Amethyst. HEX triplet: AF, 70 and DC. RGB value is (175,112,220). Sum of RGB (Red+Green+Blue) = 175+112+220=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF70DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70DC is #508F23. Grayscale: #8E8E8E. Windows color (decimal): -5279524 or 14446767. OLE color: 14446767.
HSL color Cylindrical-coordinate representation of color #AF70DC: hue angle of 275º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF70DC is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 112 | 220 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.14 |
| HSL | 275º | 0.61% | 0.65% | - |
| HSV(B) | 275º | 0.49% | 0.86% | - |
| XYZ | 36.39 | 25.87 | 70.79 | - |
| YUV | 143.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 220 | 0.20 | 0.49 | 0 | 0.14 | 275 | 0.61 | 0.65 |
| Hex | AF | 70 | DC | 14 | 31 | 0 | E | 113 | 3D | 41 |
| Octal | 257 | 160 | 334 | 24 | 61 | 0 | 16 | 423 | 75 | 101 |
| Binary | 10101111 | 1110000 | 11011100 | 10100 | 110001 | 0 | 1110 | 100010011 | 111101 | 1000001 |
Color Harmonies of #AF70DC
Complementary color
Monochromatic Colors of #AF70DC
Black with #AF70DC
Text Example
Text Example
White with #AF70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70DC; }
p { color: rgb(175,112,220); }
H1.HeaderClassName
{
color: #AF70DC;
}
.AnyTagClassName
{
color: #AF70DC;
}
</style>
background-color css
<style>
a { background-color: #AF70DC; }
a { background-color: rgb(175,112,220); }
div.DivClassName
{
background-color: #AF70DC;
}
.BgClassName
{
background-color: #AF70DC;
}
</style>
border-color css
<style>
span { border-color: #AF70DC; }
span { border-color: rgb(175,112,220); }
td.TdClassName
{
border-color: #AF70DC;
}
.TagClassName
{
border-color: #AF70DC;
}
</style>