Shades of Amethyst #A865CB
Tints of Amethyst #A865CB
RGB
CMYK
RGB Variations
Color information
#A865CB (or 0xA865CB) is known color: Amethyst. HEX triplet: A8, 65 and CB. RGB value is (168,101,203). Sum of RGB (Red+Green+Blue) = 168+101+203=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #A865CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865CB is #579A34. Grayscale: #848484. Windows color (decimal): -5741109 or 13329832. OLE color: 13329832.
HSL color Cylindrical-coordinate representation of color #A865CB: hue angle of 279.41º 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 #A865CB is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 101 | 203 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.20 |
| HSL | 279.41º | 0.5% | 0.6% | - |
| HSV(B) | 279.41º | 0.5% | 0.8% | - |
| XYZ | 31.58 | 21.94 | 59.07 | - |
| YUV | 132.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 203 | 0.17 | 0.50 | 0 | 0.20 | 279.41 | 0.5 | 0.6 |
| Hex | A8 | 65 | CB | 11 | 32 | 0 | 14 | 117 | 32 | 3C |
| Octal | 250 | 145 | 313 | 21 | 62 | 0 | 24 | 427 | 62 | 74 |
| Binary | 10101000 | 1100101 | 11001011 | 10001 | 110010 | 0 | 10100 | 100010111 | 110010 | 111100 |
Color Harmonies of #A865CB
Complementary color
Monochromatic Colors of #A865CB
Black with #A865CB
Text Example
Text Example
White with #A865CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865CB; }
p { color: rgb(168,101,203); }
H1.HeaderClassName
{
color: #A865CB;
}
.AnyTagClassName
{
color: #A865CB;
}
</style>
background-color css
<style>
a { background-color: #A865CB; }
a { background-color: rgb(168,101,203); }
div.DivClassName
{
background-color: #A865CB;
}
.BgClassName
{
background-color: #A865CB;
}
</style>
border-color css
<style>
span { border-color: #A865CB; }
span { border-color: rgb(168,101,203); }
td.TdClassName
{
border-color: #A865CB;
}
.TagClassName
{
border-color: #A865CB;
}
</style>