Shades of Amethyst #AF6ECB
Tints of Amethyst #AF6ECB
RGB
CMYK
RGB Variations
Color information
#AF6ECB (or 0xAF6ECB) is known color: Amethyst. HEX triplet: AF, 6E and CB. RGB value is (175,110,203). Sum of RGB (Red+Green+Blue) = 175+110+203=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF6ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ECB is #509134. Grayscale: #8B8B8B. Windows color (decimal): -5280053 or 13332143. OLE color: 13332143.
HSL color Cylindrical-coordinate representation of color #AF6ECB: hue angle of 281.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF6ECB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 110 | 203 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.20 |
| HSL | 281.94º | 0.47% | 0.61% | - |
| HSV(B) | 281.94º | 0.46% | 0.8% | - |
| XYZ | 34.03 | 24.58 | 59.45 | - |
| YUV | 140.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 203 | 0.14 | 0.46 | 0 | 0.20 | 281.94 | 0.47 | 0.61 |
| Hex | AF | 6E | CB | E | 2E | 0 | 14 | 11A | 2F | 3D |
| Octal | 257 | 156 | 313 | 16 | 56 | 0 | 24 | 432 | 57 | 75 |
| Binary | 10101111 | 1101110 | 11001011 | 1110 | 101110 | 0 | 10100 | 100011010 | 101111 | 111101 |
Color Harmonies of #AF6ECB
Complementary color
Monochromatic Colors of #AF6ECB
Black with #AF6ECB
Text Example
Text Example
White with #AF6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6ECB; }
p { color: rgb(175,110,203); }
H1.HeaderClassName
{
color: #AF6ECB;
}
.AnyTagClassName
{
color: #AF6ECB;
}
</style>
background-color css
<style>
a { background-color: #AF6ECB; }
a { background-color: rgb(175,110,203); }
div.DivClassName
{
background-color: #AF6ECB;
}
.BgClassName
{
background-color: #AF6ECB;
}
</style>
border-color css
<style>
span { border-color: #AF6ECB; }
span { border-color: rgb(175,110,203); }
td.TdClassName
{
border-color: #AF6ECB;
}
.TagClassName
{
border-color: #AF6ECB;
}
</style>