Shades of Amethyst #A762D3
Tints of Amethyst #A762D3
RGB
CMYK
RGB Variations
Color information
#A762D3 (or 0xA762D3) is known color: Amethyst. HEX triplet: A7, 62 and D3. RGB value is (167,98,211). Sum of RGB (Red+Green+Blue) = 167+98+211=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #A762D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762D3 is #589D2C. Grayscale: #838383. Windows color (decimal): -5807405 or 13853351. OLE color: 13853351.
HSL color Cylindrical-coordinate representation of color #A762D3: hue angle of 276.64º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A762D3 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 98 | 211 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.17 |
| HSL | 276.64º | 0.56% | 0.61% | - |
| HSV(B) | 276.64º | 0.54% | 0.83% | - |
| XYZ | 32.06 | 21.65 | 64.12 | - |
| YUV | 131.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 98 | 211 | 0.21 | 0.54 | 0 | 0.17 | 276.64 | 0.56 | 0.61 |
| Hex | A7 | 62 | D3 | 15 | 36 | 0 | 11 | 115 | 38 | 3D |
| Octal | 247 | 142 | 323 | 25 | 66 | 0 | 21 | 425 | 70 | 75 |
| Binary | 10100111 | 1100010 | 11010011 | 10101 | 110110 | 0 | 10001 | 100010101 | 111000 | 111101 |
Color Harmonies of #A762D3
Complementary color
Monochromatic Colors of #A762D3
Black with #A762D3
Text Example
Text Example
White with #A762D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A762D3; }
p { color: rgb(167,98,211); }
H1.HeaderClassName
{
color: #A762D3;
}
.AnyTagClassName
{
color: #A762D3;
}
</style>
background-color css
<style>
a { background-color: #A762D3; }
a { background-color: rgb(167,98,211); }
div.DivClassName
{
background-color: #A762D3;
}
.BgClassName
{
background-color: #A762D3;
}
</style>
border-color css
<style>
span { border-color: #A762D3; }
span { border-color: rgb(167,98,211); }
td.TdClassName
{
border-color: #A762D3;
}
.TagClassName
{
border-color: #A762D3;
}
</style>