Shades of Amethyst #AA75CB
Tints of Amethyst #AA75CB
RGB
CMYK
RGB Variations
Color information
#AA75CB (or 0xAA75CB) is known color: Amethyst. HEX triplet: AA, 75 and CB. RGB value is (170,117,203). Sum of RGB (Red+Green+Blue) = 170+117+203=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA75CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75CB is #558A34. Grayscale: #8E8E8E. Windows color (decimal): -5605941 or 13333930. OLE color: 13333930.
HSL color Cylindrical-coordinate representation of color #AA75CB: hue angle of 276.98º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA75CB is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 117 | 203 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.20 |
| HSL | 276.98º | 0.45% | 0.63% | - |
| HSV(B) | 276.98º | 0.42% | 0.8% | - |
| XYZ | 33.72 | 25.58 | 59.66 | - |
| YUV | 142.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 203 | 0.16 | 0.42 | 0 | 0.20 | 276.98 | 0.45 | 0.63 |
| Hex | AA | 75 | CB | 10 | 2A | 0 | 14 | 115 | 2D | 3F |
| Octal | 252 | 165 | 313 | 20 | 52 | 0 | 24 | 425 | 55 | 77 |
| Binary | 10101010 | 1110101 | 11001011 | 10000 | 101010 | 0 | 10100 | 100010101 | 101101 | 111111 |
Color Harmonies of #AA75CB
Complementary color
Monochromatic Colors of #AA75CB
Black with #AA75CB
Text Example
Text Example
White with #AA75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75CB; }
p { color: rgb(170,117,203); }
H1.HeaderClassName
{
color: #AA75CB;
}
.AnyTagClassName
{
color: #AA75CB;
}
</style>
background-color css
<style>
a { background-color: #AA75CB; }
a { background-color: rgb(170,117,203); }
div.DivClassName
{
background-color: #AA75CB;
}
.BgClassName
{
background-color: #AA75CB;
}
</style>
border-color css
<style>
span { border-color: #AA75CB; }
span { border-color: rgb(170,117,203); }
td.TdClassName
{
border-color: #AA75CB;
}
.TagClassName
{
border-color: #AA75CB;
}
</style>