Shades of Amethyst #A962CB
Tints of Amethyst #A962CB
RGB
CMYK
RGB Variations
Color information
#A962CB (or 0xA962CB) is known color: Amethyst. HEX triplet: A9, 62 and CB. RGB value is (169,98,203). Sum of RGB (Red+Green+Blue) = 169+98+203=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #A962CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962CB is #569D34. Grayscale: #828282. Windows color (decimal): -5676341 or 13329065. OLE color: 13329065.
HSL color Cylindrical-coordinate representation of color #A962CB: hue angle of 280.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A962CB is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 98 | 203 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.20 |
| HSL | 280.57º | 0.5% | 0.59% | - |
| HSV(B) | 280.57º | 0.52% | 0.8% | - |
| XYZ | 31.51 | 21.48 | 58.99 | - |
| YUV | 131.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 203 | 0.17 | 0.52 | 0 | 0.20 | 280.57 | 0.5 | 0.59 |
| Hex | A9 | 62 | CB | 11 | 34 | 0 | 14 | 119 | 32 | 3B |
| Octal | 251 | 142 | 313 | 21 | 64 | 0 | 24 | 431 | 62 | 73 |
| Binary | 10101001 | 1100010 | 11001011 | 10001 | 110100 | 0 | 10100 | 100011001 | 110010 | 111011 |
Color Harmonies of #A962CB
Complementary color
Monochromatic Colors of #A962CB
Black with #A962CB
Text Example
Text Example
White with #A962CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A962CB; }
p { color: rgb(169,98,203); }
H1.HeaderClassName
{
color: #A962CB;
}
.AnyTagClassName
{
color: #A962CB;
}
</style>
background-color css
<style>
a { background-color: #A962CB; }
a { background-color: rgb(169,98,203); }
div.DivClassName
{
background-color: #A962CB;
}
.BgClassName
{
background-color: #A962CB;
}
</style>
border-color css
<style>
span { border-color: #A962CB; }
span { border-color: rgb(169,98,203); }
td.TdClassName
{
border-color: #A962CB;
}
.TagClassName
{
border-color: #A962CB;
}
</style>