Shades of Amethyst #A55FCC
Tints of Amethyst #A55FCC
RGB
CMYK
RGB Variations
Color information
#A55FCC (or 0xA55FCC) is known color: Amethyst. HEX triplet: A5, 5F and CC. RGB value is (165,95,204). Sum of RGB (Red+Green+Blue) = 165+95+204=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #A55FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FCC is #5AA033. Grayscale: #7F7F7F. Windows color (decimal): -5939252 or 13393829. OLE color: 13393829.
HSL color Cylindrical-coordinate representation of color #A55FCC: hue angle of 278.53º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A55FCC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 95 | 204 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.2 |
| HSL | 278.53º | 0.52% | 0.59% | - |
| HSV(B) | 278.53º | 0.53% | 0.8% | - |
| XYZ | 30.51 | 20.54 | 59.48 | - |
| YUV | 128.36 | 170.69 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 204 | 0.19 | 0.53 | 0 | 0.2 | 278.53 | 0.52 | 0.59 |
| Hex | A5 | 5F | CC | 13 | 35 | 0 | 14 | 117 | 34 | 3B |
| Octal | 245 | 137 | 314 | 23 | 65 | 0 | 24 | 427 | 64 | 73 |
| Binary | 10100101 | 1011111 | 11001100 | 10011 | 110101 | 0 | 10100 | 100010111 | 110100 | 111011 |
Color Harmonies of #A55FCC
Complementary color
Monochromatic Colors of #A55FCC
Black with #A55FCC
Text Example
Text Example
White with #A55FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FCC; }
p { color: rgb(165,95,204); }
H1.HeaderClassName
{
color: #A55FCC;
}
.AnyTagClassName
{
color: #A55FCC;
}
</style>
background-color css
<style>
a { background-color: #A55FCC; }
a { background-color: rgb(165,95,204); }
div.DivClassName
{
background-color: #A55FCC;
}
.BgClassName
{
background-color: #A55FCC;
}
</style>
border-color css
<style>
span { border-color: #A55FCC; }
span { border-color: rgb(165,95,204); }
td.TdClassName
{
border-color: #A55FCC;
}
.TagClassName
{
border-color: #A55FCC;
}
</style>