Shades of Amethyst #AC65DA
Tints of Amethyst #AC65DA
RGB
CMYK
RGB Variations
Color information
#AC65DA (or 0xAC65DA) is known color: Amethyst. HEX triplet: AC, 65 and DA. RGB value is (172,101,218). Sum of RGB (Red+Green+Blue) = 172+101+218=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC65DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65DA is #539A25. Grayscale: #878787. Windows color (decimal): -5478950 or 14312876. OLE color: 14312876.
HSL color Cylindrical-coordinate representation of color #AC65DA: hue angle of 276.41º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC65DA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 101 | 218 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.15 |
| HSL | 276.41º | 0.61% | 0.63% | - |
| HSV(B) | 276.41º | 0.54% | 0.85% | - |
| XYZ | 34.32 | 23.14 | 68.99 | - |
| YUV | 135.57 | 174.52 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 218 | 0.21 | 0.54 | 0 | 0.15 | 276.41 | 0.61 | 0.63 |
| Hex | AC | 65 | DA | 15 | 36 | 0 | F | 114 | 3D | 3F |
| Octal | 254 | 145 | 332 | 25 | 66 | 0 | 17 | 424 | 75 | 77 |
| Binary | 10101100 | 1100101 | 11011010 | 10101 | 110110 | 0 | 1111 | 100010100 | 111101 | 111111 |
Color Harmonies of #AC65DA
Complementary color
Monochromatic Colors of #AC65DA
Black with #AC65DA
Text Example
Text Example
White with #AC65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65DA; }
p { color: rgb(172,101,218); }
H1.HeaderClassName
{
color: #AC65DA;
}
.AnyTagClassName
{
color: #AC65DA;
}
</style>
background-color css
<style>
a { background-color: #AC65DA; }
a { background-color: rgb(172,101,218); }
div.DivClassName
{
background-color: #AC65DA;
}
.BgClassName
{
background-color: #AC65DA;
}
</style>
border-color css
<style>
span { border-color: #AC65DA; }
span { border-color: rgb(172,101,218); }
td.TdClassName
{
border-color: #AC65DA;
}
.TagClassName
{
border-color: #AC65DA;
}
</style>