Shades of Amethyst #A274CC
Tints of Amethyst #A274CC
RGB
CMYK
RGB Variations
Color information
#A274CC (or 0xA274CC) is known color: Amethyst. HEX triplet: A2, 74 and CC. RGB value is (162,116,204). Sum of RGB (Red+Green+Blue) = 162+116+204=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #A274CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274CC is #5D8B33. Grayscale: #8B8B8B. Windows color (decimal): -6130484 or 13399202. OLE color: 13399202.
HSL color Cylindrical-coordinate representation of color #A274CC: hue angle of 271.36º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A274CC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 116 | 204 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.2 |
| HSL | 271.36º | 0.46% | 0.63% | - |
| HSV(B) | 271.36º | 0.43% | 0.8% | - |
| XYZ | 32.04 | 24.53 | 60.17 | - |
| YUV | 139.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 204 | 0.21 | 0.43 | 0 | 0.2 | 271.36 | 0.46 | 0.63 |
| Hex | A2 | 74 | CC | 15 | 2B | 0 | 14 | 10F | 2E | 3F |
| Octal | 242 | 164 | 314 | 25 | 53 | 0 | 24 | 417 | 56 | 77 |
| Binary | 10100010 | 1110100 | 11001100 | 10101 | 101011 | 0 | 10100 | 100001111 | 101110 | 111111 |
Color Harmonies of #A274CC
Complementary color
Monochromatic Colors of #A274CC
Black with #A274CC
Text Example
Text Example
White with #A274CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A274CC; }
p { color: rgb(162,116,204); }
H1.HeaderClassName
{
color: #A274CC;
}
.AnyTagClassName
{
color: #A274CC;
}
</style>
background-color css
<style>
a { background-color: #A274CC; }
a { background-color: rgb(162,116,204); }
div.DivClassName
{
background-color: #A274CC;
}
.BgClassName
{
background-color: #A274CC;
}
</style>
border-color css
<style>
span { border-color: #A274CC; }
span { border-color: rgb(162,116,204); }
td.TdClassName
{
border-color: #A274CC;
}
.TagClassName
{
border-color: #A274CC;
}
</style>