Shades of Amethyst #A55FDA
Tints of Amethyst #A55FDA
RGB
CMYK
RGB Variations
Color information
#A55FDA (or 0xA55FDA) is known color: Amethyst. HEX triplet: A5, 5F and DA. RGB value is (165,95,218). Sum of RGB (Red+Green+Blue) = 165+95+218=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #A55FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FDA is #5AA025. Grayscale: #818181. Windows color (decimal): -5939238 or 14311333. OLE color: 14311333.
HSL color Cylindrical-coordinate representation of color #A55FDA: hue angle of 274.15º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55FDA is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 95 | 218 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.15 |
| HSL | 274.15º | 0.62% | 0.61% | - |
| HSV(B) | 274.15º | 0.56% | 0.85% | - |
| XYZ | 32.26 | 21.25 | 68.73 | - |
| YUV | 129.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 218 | 0.24 | 0.56 | 0 | 0.15 | 274.15 | 0.62 | 0.61 |
| Hex | A5 | 5F | DA | 18 | 38 | 0 | F | 112 | 3E | 3D |
| Octal | 245 | 137 | 332 | 30 | 70 | 0 | 17 | 422 | 76 | 75 |
| Binary | 10100101 | 1011111 | 11011010 | 11000 | 111000 | 0 | 1111 | 100010010 | 111110 | 111101 |
Color Harmonies of #A55FDA
Complementary color
Monochromatic Colors of #A55FDA
Black with #A55FDA
Text Example
Text Example
White with #A55FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FDA; }
p { color: rgb(165,95,218); }
H1.HeaderClassName
{
color: #A55FDA;
}
.AnyTagClassName
{
color: #A55FDA;
}
</style>
background-color css
<style>
a { background-color: #A55FDA; }
a { background-color: rgb(165,95,218); }
div.DivClassName
{
background-color: #A55FDA;
}
.BgClassName
{
background-color: #A55FDA;
}
</style>
border-color css
<style>
span { border-color: #A55FDA; }
span { border-color: rgb(165,95,218); }
td.TdClassName
{
border-color: #A55FDA;
}
.TagClassName
{
border-color: #A55FDA;
}
</style>