Shades of Amethyst #A267CC
Tints of Amethyst #A267CC
RGB
CMYK
RGB Variations
Color information
#A267CC (or 0xA267CC) is known color: Amethyst. HEX triplet: A2, 67 and CC. RGB value is (162,103,204). Sum of RGB (Red+Green+Blue) = 162+103+204=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #A267CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267CC is #5D9833. Grayscale: #838383. Windows color (decimal): -6133812 or 13395874. OLE color: 13395874.
HSL color Cylindrical-coordinate representation of color #A267CC: hue angle of 275.05º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A267CC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 103 | 204 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.2 |
| HSL | 275.05º | 0.5% | 0.6% | - |
| HSV(B) | 275.05º | 0.5% | 0.8% | - |
| XYZ | 30.65 | 21.74 | 59.71 | - |
| YUV | 132.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 204 | 0.21 | 0.50 | 0 | 0.2 | 275.05 | 0.5 | 0.6 |
| Hex | A2 | 67 | CC | 15 | 32 | 0 | 14 | 113 | 32 | 3C |
| Octal | 242 | 147 | 314 | 25 | 62 | 0 | 24 | 423 | 62 | 74 |
| Binary | 10100010 | 1100111 | 11001100 | 10101 | 110010 | 0 | 10100 | 100010011 | 110010 | 111100 |
Color Harmonies of #A267CC
Complementary color
Monochromatic Colors of #A267CC
Black with #A267CC
Text Example
Text Example
White with #A267CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267CC; }
p { color: rgb(162,103,204); }
H1.HeaderClassName
{
color: #A267CC;
}
.AnyTagClassName
{
color: #A267CC;
}
</style>
background-color css
<style>
a { background-color: #A267CC; }
a { background-color: rgb(162,103,204); }
div.DivClassName
{
background-color: #A267CC;
}
.BgClassName
{
background-color: #A267CC;
}
</style>
border-color css
<style>
span { border-color: #A267CC; }
span { border-color: rgb(162,103,204); }
td.TdClassName
{
border-color: #A267CC;
}
.TagClassName
{
border-color: #A267CC;
}
</style>