Shades of Amethyst #AB66CA
Tints of Amethyst #AB66CA
RGB
CMYK
RGB Variations
Color information
#AB66CA (or 0xAB66CA) is known color: Amethyst. HEX triplet: AB, 66 and CA. RGB value is (171,102,202). Sum of RGB (Red+Green+Blue) = 171+102+202=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66CA is #549935. Grayscale: #858585. Windows color (decimal): -5544246 or 13264555. OLE color: 13264555.
HSL color Cylindrical-coordinate representation of color #AB66CA: hue angle of 281.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB66CA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 102 | 202 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.21 |
| HSL | 281.4º | 0.49% | 0.6% | - |
| HSV(B) | 281.4º | 0.5% | 0.79% | - |
| XYZ | 32.21 | 22.42 | 58.51 | - |
| YUV | 134.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 202 | 0.15 | 0.50 | 0 | 0.21 | 281.4 | 0.49 | 0.6 |
| Hex | AB | 66 | CA | F | 32 | 0 | 15 | 119 | 31 | 3C |
| Octal | 253 | 146 | 312 | 17 | 62 | 0 | 25 | 431 | 61 | 74 |
| Binary | 10101011 | 1100110 | 11001010 | 1111 | 110010 | 0 | 10101 | 100011001 | 110001 | 111100 |
Color Harmonies of #AB66CA
Complementary color
Monochromatic Colors of #AB66CA
Black with #AB66CA
Text Example
Text Example
White with #AB66CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66CA; }
p { color: rgb(171,102,202); }
H1.HeaderClassName
{
color: #AB66CA;
}
.AnyTagClassName
{
color: #AB66CA;
}
</style>
background-color css
<style>
a { background-color: #AB66CA; }
a { background-color: rgb(171,102,202); }
div.DivClassName
{
background-color: #AB66CA;
}
.BgClassName
{
background-color: #AB66CA;
}
</style>
border-color css
<style>
span { border-color: #AB66CA; }
span { border-color: rgb(171,102,202); }
td.TdClassName
{
border-color: #AB66CA;
}
.TagClassName
{
border-color: #AB66CA;
}
</style>