Shades of Amethyst #A55FCB
Tints of Amethyst #A55FCB
RGB
CMYK
RGB Variations
Color information
#A55FCB (or 0xA55FCB) is known color: Amethyst. HEX triplet: A5, 5F and CB. RGB value is (165,95,203). Sum of RGB (Red+Green+Blue) = 165+95+203=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #A55FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FCB is #5AA034. Grayscale: #7F7F7F. Windows color (decimal): -5939253 or 13328293. OLE color: 13328293.
HSL color Cylindrical-coordinate representation of color #A55FCB: hue angle of 278.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A55FCB is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 95 | 203 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.20 |
| HSL | 278.89º | 0.51% | 0.58% | - |
| HSV(B) | 278.89º | 0.53% | 0.8% | - |
| XYZ | 30.39 | 20.5 | 58.85 | - |
| YUV | 128.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 203 | 0.19 | 0.53 | 0 | 0.20 | 278.89 | 0.51 | 0.58 |
| Hex | A5 | 5F | CB | 13 | 35 | 0 | 14 | 117 | 33 | 3A |
| Octal | 245 | 137 | 313 | 23 | 65 | 0 | 24 | 427 | 63 | 72 |
| Binary | 10100101 | 1011111 | 11001011 | 10011 | 110101 | 0 | 10100 | 100010111 | 110011 | 111010 |
Color Harmonies of #A55FCB
Complementary color
Monochromatic Colors of #A55FCB
Black with #A55FCB
Text Example
Text Example
White with #A55FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FCB; }
p { color: rgb(165,95,203); }
H1.HeaderClassName
{
color: #A55FCB;
}
.AnyTagClassName
{
color: #A55FCB;
}
</style>
background-color css
<style>
a { background-color: #A55FCB; }
a { background-color: rgb(165,95,203); }
div.DivClassName
{
background-color: #A55FCB;
}
.BgClassName
{
background-color: #A55FCB;
}
</style>
border-color css
<style>
span { border-color: #A55FCB; }
span { border-color: rgb(165,95,203); }
td.TdClassName
{
border-color: #A55FCB;
}
.TagClassName
{
border-color: #A55FCB;
}
</style>