Shades of Amethyst #A372CB
Tints of Amethyst #A372CB
RGB
CMYK
RGB Variations
Color information
#A372CB (or 0xA372CB) is known color: Amethyst. HEX triplet: A3, 72 and CB. RGB value is (163,114,203). Sum of RGB (Red+Green+Blue) = 163+114+203=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #A372CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372CB is #5C8D34. Grayscale: #8A8A8A. Windows color (decimal): -6065461 or 13333155. OLE color: 13333155.
HSL color Cylindrical-coordinate representation of color #A372CB: hue angle of 273.03º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A372CB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 114 | 203 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.20 |
| HSL | 273.03º | 0.46% | 0.62% | - |
| HSV(B) | 273.03º | 0.44% | 0.8% | - |
| XYZ | 31.9 | 24.13 | 59.48 | - |
| YUV | 138.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 203 | 0.20 | 0.44 | 0 | 0.20 | 273.03 | 0.46 | 0.62 |
| Hex | A3 | 72 | CB | 14 | 2C | 0 | 14 | 111 | 2E | 3E |
| Octal | 243 | 162 | 313 | 24 | 54 | 0 | 24 | 421 | 56 | 76 |
| Binary | 10100011 | 1110010 | 11001011 | 10100 | 101100 | 0 | 10100 | 100010001 | 101110 | 111110 |
Color Harmonies of #A372CB
Complementary color
Monochromatic Colors of #A372CB
Black with #A372CB
Text Example
Text Example
White with #A372CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372CB; }
p { color: rgb(163,114,203); }
H1.HeaderClassName
{
color: #A372CB;
}
.AnyTagClassName
{
color: #A372CB;
}
</style>
background-color css
<style>
a { background-color: #A372CB; }
a { background-color: rgb(163,114,203); }
div.DivClassName
{
background-color: #A372CB;
}
.BgClassName
{
background-color: #A372CB;
}
</style>
border-color css
<style>
span { border-color: #A372CB; }
span { border-color: rgb(163,114,203); }
td.TdClassName
{
border-color: #A372CB;
}
.TagClassName
{
border-color: #A372CB;
}
</style>