Shades of Amethyst #AB67CC
Tints of Amethyst #AB67CC
RGB
CMYK
RGB Variations
Color information
#AB67CC (or 0xAB67CC) is known color: Amethyst. HEX triplet: AB, 67 and CC. RGB value is (171,103,204). Sum of RGB (Red+Green+Blue) = 171+103+204=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB67CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67CC is #549833. Grayscale: #868686. Windows color (decimal): -5543988 or 13395883. OLE color: 13395883.
HSL color Cylindrical-coordinate representation of color #AB67CC: hue angle of 280.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB67CC is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 103 | 204 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.2 |
| HSL | 280.4º | 0.5% | 0.6% | - |
| HSV(B) | 280.4º | 0.5% | 0.8% | - |
| XYZ | 32.54 | 22.72 | 59.8 | - |
| YUV | 134.85 | 167.03 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 204 | 0.16 | 0.50 | 0 | 0.2 | 280.4 | 0.5 | 0.6 |
| Hex | AB | 67 | CC | 10 | 32 | 0 | 14 | 118 | 32 | 3C |
| Octal | 253 | 147 | 314 | 20 | 62 | 0 | 24 | 430 | 62 | 74 |
| Binary | 10101011 | 1100111 | 11001100 | 10000 | 110010 | 0 | 10100 | 100011000 | 110010 | 111100 |
Color Harmonies of #AB67CC
Complementary color
Monochromatic Colors of #AB67CC
Black with #AB67CC
Text Example
Text Example
White with #AB67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67CC; }
p { color: rgb(171,103,204); }
H1.HeaderClassName
{
color: #AB67CC;
}
.AnyTagClassName
{
color: #AB67CC;
}
</style>
background-color css
<style>
a { background-color: #AB67CC; }
a { background-color: rgb(171,103,204); }
div.DivClassName
{
background-color: #AB67CC;
}
.BgClassName
{
background-color: #AB67CC;
}
</style>
border-color css
<style>
span { border-color: #AB67CC; }
span { border-color: rgb(171,103,204); }
td.TdClassName
{
border-color: #AB67CC;
}
.TagClassName
{
border-color: #AB67CC;
}
</style>