Shades of Amethyst #AF6FDB
Tints of Amethyst #AF6FDB
RGB
CMYK
RGB Variations
Color information
#AF6FDB (or 0xAF6FDB) is known color: Amethyst. HEX triplet: AF, 6F and DB. RGB value is (175,111,219). Sum of RGB (Red+Green+Blue) = 175+111+219=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF6FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FDB is #509024. Grayscale: #8E8E8E. Windows color (decimal): -5279781 or 14380975. OLE color: 14380975.
HSL color Cylindrical-coordinate representation of color #AF6FDB: hue angle of 275.56º degrees, saturation: 0.6, 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 #AF6FDB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 175 | 111 | 219 | - |
CMYK | 0.20 | 0.49 | 0 | 0.14 |
HSL | 275.56º | 0.6% | 0.65% | - |
HSV(B) | 275.56º | 0.49% | 0.86% | - |
XYZ | 36.15 | 25.6 | 70.05 | - |
YUV | 142.45 | 171.2 | 151.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 111 | 219 | 0.20 | 0.49 | 0 | 0.14 | 275.56 | 0.6 | 0.65 |
Hex | AF | 6F | DB | 14 | 31 | 0 | E | 114 | 3C | 41 |
Octal | 257 | 157 | 333 | 24 | 61 | 0 | 16 | 424 | 74 | 101 |
Binary | 10101111 | 1101111 | 11011011 | 10100 | 110001 | 0 | 1110 | 100010100 | 111100 | 1000001 |
Color Harmonies of #AF6FDB
Complementary color
Monochromatic Colors of #AF6FDB
Black with #AF6FDB
Text Example
Text Example
White with #AF6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FDB; }
p { color: rgb(175,111,219); }
H1.HeaderClassName
{
color: #AF6FDB;
}
.AnyTagClassName
{
color: #AF6FDB;
}
</style>
background-color css
<style>
a { background-color: #AF6FDB; }
a { background-color: rgb(175,111,219); }
div.DivClassName
{
background-color: #AF6FDB;
}
.BgClassName
{
background-color: #AF6FDB;
}
</style>
border-color css
<style>
span { border-color: #AF6FDB; }
span { border-color: rgb(175,111,219); }
td.TdClassName
{
border-color: #AF6FDB;
}
.TagClassName
{
border-color: #AF6FDB;
}
</style>