Shades of Amethyst #AB5FEA
Tints of Amethyst #AB5FEA
RGB
CMYK
RGB Variations
Color information
#AB5FEA (or 0xAB5FEA) is known color: Amethyst. HEX triplet: AB, 5F and EA. RGB value is (171,95,234). Sum of RGB (Red+Green+Blue) = 171+95+234=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB5FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FEA is #54A015. Grayscale: #858585. Windows color (decimal): -5546006 or 15359915. OLE color: 15359915.
HSL color Cylindrical-coordinate representation of color #AB5FEA: hue angle of 272.81º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB5FEA is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 95 | 234 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.08 |
| HSL | 272.81º | 0.77% | 0.65% | - |
| HSV(B) | 272.81º | 0.59% | 0.92% | - |
| XYZ | 35.74 | 22.78 | 80.36 | - |
| YUV | 133.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 95 | 234 | 0.27 | 0.59 | 0 | 0.08 | 272.81 | 0.77 | 0.65 |
| Hex | AB | 5F | EA | 1B | 3B | 0 | 8 | 111 | 4D | 41 |
| Octal | 253 | 137 | 352 | 33 | 73 | 0 | 10 | 421 | 115 | 101 |
| Binary | 10101011 | 1011111 | 11101010 | 11011 | 111011 | 0 | 1000 | 100010001 | 1001101 | 1000001 |
Color Harmonies of #AB5FEA
Complementary color
Monochromatic Colors of #AB5FEA
Black with #AB5FEA
Text Example
Text Example
White with #AB5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5FEA; }
p { color: rgb(171,95,234); }
H1.HeaderClassName
{
color: #AB5FEA;
}
.AnyTagClassName
{
color: #AB5FEA;
}
</style>
background-color css
<style>
a { background-color: #AB5FEA; }
a { background-color: rgb(171,95,234); }
div.DivClassName
{
background-color: #AB5FEA;
}
.BgClassName
{
background-color: #AB5FEA;
}
</style>
border-color css
<style>
span { border-color: #AB5FEA; }
span { border-color: rgb(171,95,234); }
td.TdClassName
{
border-color: #AB5FEA;
}
.TagClassName
{
border-color: #AB5FEA;
}
</style>