Shades of Amethyst #A566D4
Tints of Amethyst #A566D4
RGB
CMYK
RGB Variations
Color information
#A566D4 (or 0xA566D4) is known color: Amethyst. HEX triplet: A5, 66 and D4. RGB value is (165,102,212). Sum of RGB (Red+Green+Blue) = 165+102+212=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #A566D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566D4 is #5A992B. Grayscale: #858585. Windows color (decimal): -5937452 or 13919909. OLE color: 13919909.
HSL color Cylindrical-coordinate representation of color #A566D4: hue angle of 274.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A566D4 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 102 | 212 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.17 |
| HSL | 274.36º | 0.56% | 0.62% | - |
| HSV(B) | 274.36º | 0.52% | 0.83% | - |
| XYZ | 32.15 | 22.26 | 64.89 | - |
| YUV | 133.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 212 | 0.22 | 0.52 | 0 | 0.17 | 274.36 | 0.56 | 0.62 |
| Hex | A5 | 66 | D4 | 16 | 34 | 0 | 11 | 112 | 38 | 3E |
| Octal | 245 | 146 | 324 | 26 | 64 | 0 | 21 | 422 | 70 | 76 |
| Binary | 10100101 | 1100110 | 11010100 | 10110 | 110100 | 0 | 10001 | 100010010 | 111000 | 111110 |
Color Harmonies of #A566D4
Complementary color
Monochromatic Colors of #A566D4
Black with #A566D4
Text Example
Text Example
White with #A566D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A566D4; }
p { color: rgb(165,102,212); }
H1.HeaderClassName
{
color: #A566D4;
}
.AnyTagClassName
{
color: #A566D4;
}
</style>
background-color css
<style>
a { background-color: #A566D4; }
a { background-color: rgb(165,102,212); }
div.DivClassName
{
background-color: #A566D4;
}
.BgClassName
{
background-color: #A566D4;
}
</style>
border-color css
<style>
span { border-color: #A566D4; }
span { border-color: rgb(165,102,212); }
td.TdClassName
{
border-color: #A566D4;
}
.TagClassName
{
border-color: #A566D4;
}
</style>