Shades of Amethyst #A369CB
Tints of Amethyst #A369CB
RGB
CMYK
RGB Variations
Color information
#A369CB (or 0xA369CB) is known color: Amethyst. HEX triplet: A3, 69 and CB. RGB value is (163,105,203). Sum of RGB (Red+Green+Blue) = 163+105+203=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #A369CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369CB is #5C9634. Grayscale: #858585. Windows color (decimal): -6067765 or 13330851. OLE color: 13330851.
HSL color Cylindrical-coordinate representation of color #A369CB: hue angle of 275.51º 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 #A369CB is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 105 | 203 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.20 |
| HSL | 275.51º | 0.49% | 0.6% | - |
| HSV(B) | 275.51º | 0.48% | 0.8% | - |
| XYZ | 30.94 | 22.2 | 59.15 | - |
| YUV | 133.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 203 | 0.20 | 0.48 | 0 | 0.20 | 275.51 | 0.49 | 0.6 |
| Hex | A3 | 69 | CB | 14 | 30 | 0 | 14 | 114 | 31 | 3C |
| Octal | 243 | 151 | 313 | 24 | 60 | 0 | 24 | 424 | 61 | 74 |
| Binary | 10100011 | 1101001 | 11001011 | 10100 | 110000 | 0 | 10100 | 100010100 | 110001 | 111100 |
Color Harmonies of #A369CB
Complementary color
Monochromatic Colors of #A369CB
Black with #A369CB
Text Example
Text Example
White with #A369CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A369CB; }
p { color: rgb(163,105,203); }
H1.HeaderClassName
{
color: #A369CB;
}
.AnyTagClassName
{
color: #A369CB;
}
</style>
background-color css
<style>
a { background-color: #A369CB; }
a { background-color: rgb(163,105,203); }
div.DivClassName
{
background-color: #A369CB;
}
.BgClassName
{
background-color: #A369CB;
}
</style>
border-color css
<style>
span { border-color: #A369CB; }
span { border-color: rgb(163,105,203); }
td.TdClassName
{
border-color: #A369CB;
}
.TagClassName
{
border-color: #A369CB;
}
</style>