Shades of Amethyst #A567C7
Tints of Amethyst #A567C7
RGB
CMYK
RGB Variations
Color information
#A567C7 (or 0xA567C7) is known color: Amethyst. HEX triplet: A5, 67 and C7. RGB value is (165,103,199). Sum of RGB (Red+Green+Blue) = 165+103+199=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #A567C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567C7 is #5A9838. Grayscale: #848484. Windows color (decimal): -5937209 or 13068197. OLE color: 13068197.
HSL color Cylindrical-coordinate representation of color #A567C7: hue angle of 278.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A567C7 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 103 | 199 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.22 |
| HSL | 278.75º | 0.46% | 0.59% | - |
| HSV(B) | 278.75º | 0.48% | 0.78% | - |
| XYZ | 30.68 | 21.82 | 56.63 | - |
| YUV | 132.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 199 | 0.17 | 0.48 | 0 | 0.22 | 278.75 | 0.46 | 0.59 |
| Hex | A5 | 67 | C7 | 11 | 30 | 0 | 16 | 117 | 2E | 3B |
| Octal | 245 | 147 | 307 | 21 | 60 | 0 | 26 | 427 | 56 | 73 |
| Binary | 10100101 | 1100111 | 11000111 | 10001 | 110000 | 0 | 10110 | 100010111 | 101110 | 111011 |
Color Harmonies of #A567C7
Complementary color
Monochromatic Colors of #A567C7
Black with #A567C7
Text Example
Text Example
White with #A567C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A567C7; }
p { color: rgb(165,103,199); }
H1.HeaderClassName
{
color: #A567C7;
}
.AnyTagClassName
{
color: #A567C7;
}
</style>
background-color css
<style>
a { background-color: #A567C7; }
a { background-color: rgb(165,103,199); }
div.DivClassName
{
background-color: #A567C7;
}
.BgClassName
{
background-color: #A567C7;
}
</style>
border-color css
<style>
span { border-color: #A567C7; }
span { border-color: rgb(165,103,199); }
td.TdClassName
{
border-color: #A567C7;
}
.TagClassName
{
border-color: #A567C7;
}
</style>