Shades of Amethyst #AC65D4
Tints of Amethyst #AC65D4
RGB
CMYK
RGB Variations
Color information
#AC65D4 (or 0xAC65D4) is known color: Amethyst. HEX triplet: AC, 65 and D4. RGB value is (172,101,212). Sum of RGB (Red+Green+Blue) = 172+101+212=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC65D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65D4 is #539A2B. Grayscale: #868686. Windows color (decimal): -5478956 or 13919660. OLE color: 13919660.
HSL color Cylindrical-coordinate representation of color #AC65D4: hue angle of 278.38º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC65D4 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 101 | 212 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.17 |
| HSL | 278.38º | 0.56% | 0.61% | - |
| HSV(B) | 278.38º | 0.52% | 0.83% | - |
| XYZ | 33.55 | 22.83 | 64.93 | - |
| YUV | 134.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 212 | 0.19 | 0.52 | 0 | 0.17 | 278.38 | 0.56 | 0.61 |
| Hex | AC | 65 | D4 | 13 | 34 | 0 | 11 | 116 | 38 | 3D |
| Octal | 254 | 145 | 324 | 23 | 64 | 0 | 21 | 426 | 70 | 75 |
| Binary | 10101100 | 1100101 | 11010100 | 10011 | 110100 | 0 | 10001 | 100010110 | 111000 | 111101 |
Color Harmonies of #AC65D4
Complementary color
Monochromatic Colors of #AC65D4
Black with #AC65D4
Text Example
Text Example
White with #AC65D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65D4; }
p { color: rgb(172,101,212); }
H1.HeaderClassName
{
color: #AC65D4;
}
.AnyTagClassName
{
color: #AC65D4;
}
</style>
background-color css
<style>
a { background-color: #AC65D4; }
a { background-color: rgb(172,101,212); }
div.DivClassName
{
background-color: #AC65D4;
}
.BgClassName
{
background-color: #AC65D4;
}
</style>
border-color css
<style>
span { border-color: #AC65D4; }
span { border-color: rgb(172,101,212); }
td.TdClassName
{
border-color: #AC65D4;
}
.TagClassName
{
border-color: #AC65D4;
}
</style>