Shades of Amethyst #AA75CC
Tints of Amethyst #AA75CC
RGB
CMYK
RGB Variations
Color information
#AA75CC (or 0xAA75CC) is known color: Amethyst. HEX triplet: AA, 75 and CC. RGB value is (170,117,204). Sum of RGB (Red+Green+Blue) = 170+117+204=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75CC is #558A33. Grayscale: #8E8E8E. Windows color (decimal): -5605940 or 13399466. OLE color: 13399466.
HSL color Cylindrical-coordinate representation of color #AA75CC: hue angle of 276.55º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA75CC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 117 | 204 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.2 |
| HSL | 276.55º | 0.46% | 0.63% | - |
| HSV(B) | 276.55º | 0.43% | 0.8% | - |
| XYZ | 33.84 | 25.63 | 60.29 | - |
| YUV | 142.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 204 | 0.17 | 0.43 | 0 | 0.2 | 276.55 | 0.46 | 0.63 |
| Hex | AA | 75 | CC | 11 | 2B | 0 | 14 | 115 | 2E | 3F |
| Octal | 252 | 165 | 314 | 21 | 53 | 0 | 24 | 425 | 56 | 77 |
| Binary | 10101010 | 1110101 | 11001100 | 10001 | 101011 | 0 | 10100 | 100010101 | 101110 | 111111 |
Color Harmonies of #AA75CC
Complementary color
Monochromatic Colors of #AA75CC
Black with #AA75CC
Text Example
Text Example
White with #AA75CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75CC; }
p { color: rgb(170,117,204); }
H1.HeaderClassName
{
color: #AA75CC;
}
.AnyTagClassName
{
color: #AA75CC;
}
</style>
background-color css
<style>
a { background-color: #AA75CC; }
a { background-color: rgb(170,117,204); }
div.DivClassName
{
background-color: #AA75CC;
}
.BgClassName
{
background-color: #AA75CC;
}
</style>
border-color css
<style>
span { border-color: #AA75CC; }
span { border-color: rgb(170,117,204); }
td.TdClassName
{
border-color: #AA75CC;
}
.TagClassName
{
border-color: #AA75CC;
}
</style>