Shades of Amethyst #A45BD2
Tints of Amethyst #A45BD2
RGB
CMYK
RGB Variations
Color information
#A45BD2 (or 0xA45BD2) is known color: Amethyst. HEX triplet: A4, 5B and D2. RGB value is (164,91,210). Sum of RGB (Red+Green+Blue) = 164+91+210=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #A45BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BD2 is #5BA42D. Grayscale: #7D7D7D. Windows color (decimal): -6005806 or 13786020. OLE color: 13786020.
HSL color Cylindrical-coordinate representation of color #A45BD2: hue angle of 276.81º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45BD2 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 91 | 210 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.18 |
| HSL | 276.81º | 0.57% | 0.59% | - |
| HSV(B) | 276.81º | 0.57% | 0.82% | - |
| XYZ | 30.68 | 20.03 | 63.22 | - |
| YUV | 126.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 210 | 0.22 | 0.57 | 0 | 0.18 | 276.81 | 0.57 | 0.59 |
| Hex | A4 | 5B | D2 | 16 | 39 | 0 | 12 | 115 | 39 | 3B |
| Octal | 244 | 133 | 322 | 26 | 71 | 0 | 22 | 425 | 71 | 73 |
| Binary | 10100100 | 1011011 | 11010010 | 10110 | 111001 | 0 | 10010 | 100010101 | 111001 | 111011 |
Color Harmonies of #A45BD2
Complementary color
Monochromatic Colors of #A45BD2
Black with #A45BD2
Text Example
Text Example
White with #A45BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BD2; }
p { color: rgb(164,91,210); }
H1.HeaderClassName
{
color: #A45BD2;
}
.AnyTagClassName
{
color: #A45BD2;
}
</style>
background-color css
<style>
a { background-color: #A45BD2; }
a { background-color: rgb(164,91,210); }
div.DivClassName
{
background-color: #A45BD2;
}
.BgClassName
{
background-color: #A45BD2;
}
</style>
border-color css
<style>
span { border-color: #A45BD2; }
span { border-color: rgb(164,91,210); }
td.TdClassName
{
border-color: #A45BD2;
}
.TagClassName
{
border-color: #A45BD2;
}
</style>