Shades of Amethyst #AA69CB
Tints of Amethyst #AA69CB
RGB
CMYK
RGB Variations
Color information
#AA69CB (or 0xAA69CB) is known color: Amethyst. HEX triplet: AA, 69 and CB. RGB value is (170,105,203). Sum of RGB (Red+Green+Blue) = 170+105+203=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA69CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69CB is #559634. Grayscale: #878787. Windows color (decimal): -5609013 or 13330858. OLE color: 13330858.
HSL color Cylindrical-coordinate representation of color #AA69CB: hue angle of 279.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA69CB is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 105 | 203 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.20 |
| HSL | 279.8º | 0.49% | 0.6% | - |
| HSV(B) | 279.8º | 0.48% | 0.8% | - |
| XYZ | 32.41 | 22.96 | 59.22 | - |
| YUV | 135.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 203 | 0.16 | 0.48 | 0 | 0.20 | 279.8 | 0.49 | 0.6 |
| Hex | AA | 69 | CB | 10 | 30 | 0 | 14 | 118 | 31 | 3C |
| Octal | 252 | 151 | 313 | 20 | 60 | 0 | 24 | 430 | 61 | 74 |
| Binary | 10101010 | 1101001 | 11001011 | 10000 | 110000 | 0 | 10100 | 100011000 | 110001 | 111100 |
Color Harmonies of #AA69CB
Complementary color
Monochromatic Colors of #AA69CB
Black with #AA69CB
Text Example
Text Example
White with #AA69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69CB; }
p { color: rgb(170,105,203); }
H1.HeaderClassName
{
color: #AA69CB;
}
.AnyTagClassName
{
color: #AA69CB;
}
</style>
background-color css
<style>
a { background-color: #AA69CB; }
a { background-color: rgb(170,105,203); }
div.DivClassName
{
background-color: #AA69CB;
}
.BgClassName
{
background-color: #AA69CB;
}
</style>
border-color css
<style>
span { border-color: #AA69CB; }
span { border-color: rgb(170,105,203); }
td.TdClassName
{
border-color: #AA69CB;
}
.TagClassName
{
border-color: #AA69CB;
}
</style>