Shades of Amethyst #A970DA
Tints of Amethyst #A970DA
RGB
CMYK
RGB Variations
Color information
#A970DA (or 0xA970DA) is known color: Amethyst. HEX triplet: A9, 70 and DA. RGB value is (169,112,218). Sum of RGB (Red+Green+Blue) = 169+112+218=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #A970DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970DA is #568F25. Grayscale: #8C8C8C. Windows color (decimal): -5672742 or 14315689. OLE color: 14315689.
HSL color Cylindrical-coordinate representation of color #A970DA: hue angle of 272.26º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A970DA is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 169 | 112 | 218 | - |
CMYK | 0.22 | 0.49 | 0 | 0.15 |
HSL | 272.26º | 0.59% | 0.65% | - |
HSV(B) | 272.26º | 0.49% | 0.85% | - |
XYZ | 34.81 | 25.09 | 69.34 | - |
YUV | 141.13 | 171.38 | 147.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 112 | 218 | 0.22 | 0.49 | 0 | 0.15 | 272.26 | 0.59 | 0.65 |
Hex | A9 | 70 | DA | 16 | 31 | 0 | F | 110 | 3B | 41 |
Octal | 251 | 160 | 332 | 26 | 61 | 0 | 17 | 420 | 73 | 101 |
Binary | 10101001 | 1110000 | 11011010 | 10110 | 110001 | 0 | 1111 | 100010000 | 111011 | 1000001 |
Color Harmonies of #A970DA
Complementary color
Monochromatic Colors of #A970DA
Black with #A970DA
Text Example
Text Example
White with #A970DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970DA; }
p { color: rgb(169,112,218); }
H1.HeaderClassName
{
color: #A970DA;
}
.AnyTagClassName
{
color: #A970DA;
}
</style>
background-color css
<style>
a { background-color: #A970DA; }
a { background-color: rgb(169,112,218); }
div.DivClassName
{
background-color: #A970DA;
}
.BgClassName
{
background-color: #A970DA;
}
</style>
border-color css
<style>
span { border-color: #A970DA; }
span { border-color: rgb(169,112,218); }
td.TdClassName
{
border-color: #A970DA;
}
.TagClassName
{
border-color: #A970DA;
}
</style>