Shades of Amethyst #AE6CCC
Tints of Amethyst #AE6CCC
RGB
CMYK
RGB Variations
Color information
#AE6CCC (or 0xAE6CCC) is known color: Amethyst. HEX triplet: AE, 6C and CC. RGB value is (174,108,204). Sum of RGB (Red+Green+Blue) = 174+108+204=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6CCC is #519333. Grayscale: #8A8A8A. Windows color (decimal): -5346100 or 13397166. OLE color: 13397166.
HSL color Cylindrical-coordinate representation of color #AE6CCC: hue angle of 281.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE6CCC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 108 | 204 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.2 |
| HSL | 281.25º | 0.48% | 0.61% | - |
| HSV(B) | 281.25º | 0.47% | 0.8% | - |
| XYZ | 33.72 | 24.08 | 60 | - |
| YUV | 138.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 108 | 204 | 0.15 | 0.47 | 0 | 0.2 | 281.25 | 0.48 | 0.61 |
| Hex | AE | 6C | CC | F | 2F | 0 | 14 | 119 | 30 | 3D |
| Octal | 256 | 154 | 314 | 17 | 57 | 0 | 24 | 431 | 60 | 75 |
| Binary | 10101110 | 1101100 | 11001100 | 1111 | 101111 | 0 | 10100 | 100011001 | 110000 | 111101 |
Color Harmonies of #AE6CCC
Complementary color
Monochromatic Colors of #AE6CCC
Black with #AE6CCC
Text Example
Text Example
White with #AE6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6CCC; }
p { color: rgb(174,108,204); }
H1.HeaderClassName
{
color: #AE6CCC;
}
.AnyTagClassName
{
color: #AE6CCC;
}
</style>
background-color css
<style>
a { background-color: #AE6CCC; }
a { background-color: rgb(174,108,204); }
div.DivClassName
{
background-color: #AE6CCC;
}
.BgClassName
{
background-color: #AE6CCC;
}
</style>
border-color css
<style>
span { border-color: #AE6CCC; }
span { border-color: rgb(174,108,204); }
td.TdClassName
{
border-color: #AE6CCC;
}
.TagClassName
{
border-color: #AE6CCC;
}
</style>