Shades of Amethyst #A072CB
Tints of Amethyst #A072CB
RGB
CMYK
RGB Variations
Color information
#A072CB (or 0xA072CB) is known color: Amethyst. HEX triplet: A0, 72 and CB. RGB value is (160,114,203). Sum of RGB (Red+Green+Blue) = 160+114+203=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A072CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072CB is #5F8D34. Grayscale: #898989. Windows color (decimal): -6262069 or 13333152. OLE color: 13333152.
HSL color Cylindrical-coordinate representation of color #A072CB: hue angle of 271.01º 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 #A072CB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 114 | 203 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.20 |
| HSL | 271.01º | 0.46% | 0.62% | - |
| HSV(B) | 271.01º | 0.44% | 0.8% | - |
| XYZ | 31.29 | 23.82 | 59.45 | - |
| YUV | 137.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 203 | 0.21 | 0.44 | 0 | 0.20 | 271.01 | 0.46 | 0.62 |
| Hex | A0 | 72 | CB | 15 | 2C | 0 | 14 | 10F | 2E | 3E |
| Octal | 240 | 162 | 313 | 25 | 54 | 0 | 24 | 417 | 56 | 76 |
| Binary | 10100000 | 1110010 | 11001011 | 10101 | 101100 | 0 | 10100 | 100001111 | 101110 | 111110 |
Color Harmonies of #A072CB
Complementary color
Monochromatic Colors of #A072CB
Black with #A072CB
Text Example
Text Example
White with #A072CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072CB; }
p { color: rgb(160,114,203); }
H1.HeaderClassName
{
color: #A072CB;
}
.AnyTagClassName
{
color: #A072CB;
}
</style>
background-color css
<style>
a { background-color: #A072CB; }
a { background-color: rgb(160,114,203); }
div.DivClassName
{
background-color: #A072CB;
}
.BgClassName
{
background-color: #A072CB;
}
</style>
border-color css
<style>
span { border-color: #A072CB; }
span { border-color: rgb(160,114,203); }
td.TdClassName
{
border-color: #A072CB;
}
.TagClassName
{
border-color: #A072CB;
}
</style>