Shades of Amethyst #AA75DC
Tints of Amethyst #AA75DC
RGB
CMYK
RGB Variations
Color information
#AA75DC (or 0xAA75DC) is known color: Amethyst. HEX triplet: AA, 75 and DC. RGB value is (170,117,220). Sum of RGB (Red+Green+Blue) = 170+117+220=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA75DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75DC is #558A23. Grayscale: #909090. Windows color (decimal): -5605924 or 14448042. OLE color: 14448042.
HSL color Cylindrical-coordinate representation of color #AA75DC: hue angle of 270.87º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA75DC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 170 | 117 | 220 | - |
CMYK | 0.23 | 0.47 | 0 | 0.14 |
HSL | 270.87º | 0.6% | 0.66% | - |
HSV(B) | 270.87º | 0.47% | 0.86% | - |
XYZ | 35.86 | 26.44 | 70.92 | - |
YUV | 144.59 | 170.56 | 146.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 117 | 220 | 0.23 | 0.47 | 0 | 0.14 | 270.87 | 0.6 | 0.66 |
Hex | AA | 75 | DC | 17 | 2F | 0 | E | 10F | 3C | 42 |
Octal | 252 | 165 | 334 | 27 | 57 | 0 | 16 | 417 | 74 | 102 |
Binary | 10101010 | 1110101 | 11011100 | 10111 | 101111 | 0 | 1110 | 100001111 | 111100 | 1000010 |
Color Harmonies of #AA75DC
Complementary color
Monochromatic Colors of #AA75DC
Black with #AA75DC
Text Example
Text Example
White with #AA75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75DC; }
p { color: rgb(170,117,220); }
H1.HeaderClassName
{
color: #AA75DC;
}
.AnyTagClassName
{
color: #AA75DC;
}
</style>
background-color css
<style>
a { background-color: #AA75DC; }
a { background-color: rgb(170,117,220); }
div.DivClassName
{
background-color: #AA75DC;
}
.BgClassName
{
background-color: #AA75DC;
}
</style>
border-color css
<style>
span { border-color: #AA75DC; }
span { border-color: rgb(170,117,220); }
td.TdClassName
{
border-color: #AA75DC;
}
.TagClassName
{
border-color: #AA75DC;
}
</style>