Shades of Amethyst #A269CC
Tints of Amethyst #A269CC
RGB
CMYK
RGB Variations
Color information
#A269CC (or 0xA269CC) is known color: Amethyst. HEX triplet: A2, 69 and CC. RGB value is (162,105,204). Sum of RGB (Red+Green+Blue) = 162+105+204=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #A269CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269CC is #5D9633. Grayscale: #848484. Windows color (decimal): -6133300 or 13396386. OLE color: 13396386.
HSL color Cylindrical-coordinate representation of color #A269CC: hue angle of 274.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A269CC is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 105 | 204 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.2 |
| HSL | 274.55º | 0.49% | 0.61% | - |
| HSV(B) | 274.55º | 0.49% | 0.8% | - |
| XYZ | 30.85 | 22.14 | 59.77 | - |
| YUV | 133.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 204 | 0.21 | 0.49 | 0 | 0.2 | 274.55 | 0.49 | 0.61 |
| Hex | A2 | 69 | CC | 15 | 31 | 0 | 14 | 113 | 31 | 3D |
| Octal | 242 | 151 | 314 | 25 | 61 | 0 | 24 | 423 | 61 | 75 |
| Binary | 10100010 | 1101001 | 11001100 | 10101 | 110001 | 0 | 10100 | 100010011 | 110001 | 111101 |
Color Harmonies of #A269CC
Complementary color
Monochromatic Colors of #A269CC
Black with #A269CC
Text Example
Text Example
White with #A269CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A269CC; }
p { color: rgb(162,105,204); }
H1.HeaderClassName
{
color: #A269CC;
}
.AnyTagClassName
{
color: #A269CC;
}
</style>
background-color css
<style>
a { background-color: #A269CC; }
a { background-color: rgb(162,105,204); }
div.DivClassName
{
background-color: #A269CC;
}
.BgClassName
{
background-color: #A269CC;
}
</style>
border-color css
<style>
span { border-color: #A269CC; }
span { border-color: rgb(162,105,204); }
td.TdClassName
{
border-color: #A269CC;
}
.TagClassName
{
border-color: #A269CC;
}
</style>