Shades of Amethyst #A569CC
Tints of Amethyst #A569CC
RGB
CMYK
RGB Variations
Color information
#A569CC (or 0xA569CC) is known color: Amethyst. HEX triplet: A5, 69 and CC. RGB value is (165,105,204). Sum of RGB (Red+Green+Blue) = 165+105+204=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #A569CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569CC is #5A9633. Grayscale: #858585. Windows color (decimal): -5936692 or 13396389. OLE color: 13396389.
HSL color Cylindrical-coordinate representation of color #A569CC: hue angle of 276.36º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A569CC is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 105 | 204 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.2 |
| HSL | 276.36º | 0.49% | 0.61% | - |
| HSV(B) | 276.36º | 0.49% | 0.8% | - |
| XYZ | 31.47 | 22.46 | 59.8 | - |
| YUV | 134.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 204 | 0.19 | 0.49 | 0 | 0.2 | 276.36 | 0.49 | 0.61 |
| Hex | A5 | 69 | CC | 13 | 31 | 0 | 14 | 114 | 31 | 3D |
| Octal | 245 | 151 | 314 | 23 | 61 | 0 | 24 | 424 | 61 | 75 |
| Binary | 10100101 | 1101001 | 11001100 | 10011 | 110001 | 0 | 10100 | 100010100 | 110001 | 111101 |
Color Harmonies of #A569CC
Complementary color
Monochromatic Colors of #A569CC
Black with #A569CC
Text Example
Text Example
White with #A569CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A569CC; }
p { color: rgb(165,105,204); }
H1.HeaderClassName
{
color: #A569CC;
}
.AnyTagClassName
{
color: #A569CC;
}
</style>
background-color css
<style>
a { background-color: #A569CC; }
a { background-color: rgb(165,105,204); }
div.DivClassName
{
background-color: #A569CC;
}
.BgClassName
{
background-color: #A569CC;
}
</style>
border-color css
<style>
span { border-color: #A569CC; }
span { border-color: rgb(165,105,204); }
td.TdClassName
{
border-color: #A569CC;
}
.TagClassName
{
border-color: #A569CC;
}
</style>