Shades of Amethyst #A269CB
Tints of Amethyst #A269CB
RGB
CMYK
RGB Variations
Color information
#A269CB (or 0xA269CB) is known color: Amethyst. HEX triplet: A2, 69 and CB. RGB value is (162,105,203). Sum of RGB (Red+Green+Blue) = 162+105+203=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #A269CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269CB is #5D9634. Grayscale: #848484. Windows color (decimal): -6133301 or 13330850. OLE color: 13330850.
HSL color Cylindrical-coordinate representation of color #A269CB: hue angle of 274.9º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A269CB is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 105 | 203 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.20 |
| HSL | 274.9º | 0.49% | 0.6% | - |
| HSV(B) | 274.9º | 0.48% | 0.8% | - |
| XYZ | 30.73 | 22.1 | 59.15 | - |
| YUV | 133.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 203 | 0.20 | 0.48 | 0 | 0.20 | 274.9 | 0.49 | 0.6 |
| Hex | A2 | 69 | CB | 14 | 30 | 0 | 14 | 113 | 31 | 3C |
| Octal | 242 | 151 | 313 | 24 | 60 | 0 | 24 | 423 | 61 | 74 |
| Binary | 10100010 | 1101001 | 11001011 | 10100 | 110000 | 0 | 10100 | 100010011 | 110001 | 111100 |
Color Harmonies of #A269CB
Complementary color
Monochromatic Colors of #A269CB
Black with #A269CB
Text Example
Text Example
White with #A269CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A269CB; }
p { color: rgb(162,105,203); }
H1.HeaderClassName
{
color: #A269CB;
}
.AnyTagClassName
{
color: #A269CB;
}
</style>
background-color css
<style>
a { background-color: #A269CB; }
a { background-color: rgb(162,105,203); }
div.DivClassName
{
background-color: #A269CB;
}
.BgClassName
{
background-color: #A269CB;
}
</style>
border-color css
<style>
span { border-color: #A269CB; }
span { border-color: rgb(162,105,203); }
td.TdClassName
{
border-color: #A269CB;
}
.TagClassName
{
border-color: #A269CB;
}
</style>