Shades of Amethyst #AE6BCE
Tints of Amethyst #AE6BCE
RGB
CMYK
RGB Variations
Color information
#AE6BCE (or 0xAE6BCE) is known color: Amethyst. HEX triplet: AE, 6B and CE. RGB value is (174,107,206). Sum of RGB (Red+Green+Blue) = 174+107+206=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BCE is #519431. Grayscale: #898989. Windows color (decimal): -5346354 or 13527982. OLE color: 13527982.
HSL color Cylindrical-coordinate representation of color #AE6BCE: hue angle of 280.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE6BCE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 107 | 206 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.19 |
| HSL | 280.61º | 0.5% | 0.61% | - |
| HSV(B) | 280.61º | 0.48% | 0.81% | - |
| XYZ | 33.85 | 23.97 | 61.23 | - |
| YUV | 138.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 206 | 0.16 | 0.48 | 0 | 0.19 | 280.61 | 0.5 | 0.61 |
| Hex | AE | 6B | CE | 10 | 30 | 0 | 13 | 119 | 32 | 3D |
| Octal | 256 | 153 | 316 | 20 | 60 | 0 | 23 | 431 | 62 | 75 |
| Binary | 10101110 | 1101011 | 11001110 | 10000 | 110000 | 0 | 10011 | 100011001 | 110010 | 111101 |
Color Harmonies of #AE6BCE
Complementary color
Monochromatic Colors of #AE6BCE
Black with #AE6BCE
Text Example
Text Example
White with #AE6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6BCE; }
p { color: rgb(174,107,206); }
H1.HeaderClassName
{
color: #AE6BCE;
}
.AnyTagClassName
{
color: #AE6BCE;
}
</style>
background-color css
<style>
a { background-color: #AE6BCE; }
a { background-color: rgb(174,107,206); }
div.DivClassName
{
background-color: #AE6BCE;
}
.BgClassName
{
background-color: #AE6BCE;
}
</style>
border-color css
<style>
span { border-color: #AE6BCE; }
span { border-color: rgb(174,107,206); }
td.TdClassName
{
border-color: #AE6BCE;
}
.TagClassName
{
border-color: #AE6BCE;
}
</style>