Shades of Amethyst #A375CA
Tints of Amethyst #A375CA
RGB
CMYK
RGB Variations
Color information
#A375CA (or 0xA375CA) is known color: Amethyst. HEX triplet: A3, 75 and CA. RGB value is (163,117,202). Sum of RGB (Red+Green+Blue) = 163+117+202=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #A375CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375CA is #5C8A35. Grayscale: #8C8C8C. Windows color (decimal): -6064694 or 13268387. OLE color: 13268387.
HSL color Cylindrical-coordinate representation of color #A375CA: hue angle of 272.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A375CA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 117 | 202 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.21 |
| HSL | 272.47º | 0.45% | 0.63% | - |
| HSV(B) | 272.47º | 0.42% | 0.79% | - |
| XYZ | 32.13 | 24.77 | 58.97 | - |
| YUV | 140.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 202 | 0.19 | 0.42 | 0 | 0.21 | 272.47 | 0.45 | 0.63 |
| Hex | A3 | 75 | CA | 13 | 2A | 0 | 15 | 110 | 2D | 3F |
| Octal | 243 | 165 | 312 | 23 | 52 | 0 | 25 | 420 | 55 | 77 |
| Binary | 10100011 | 1110101 | 11001010 | 10011 | 101010 | 0 | 10101 | 100010000 | 101101 | 111111 |
Color Harmonies of #A375CA
Complementary color
Monochromatic Colors of #A375CA
Black with #A375CA
Text Example
Text Example
White with #A375CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A375CA; }
p { color: rgb(163,117,202); }
H1.HeaderClassName
{
color: #A375CA;
}
.AnyTagClassName
{
color: #A375CA;
}
</style>
background-color css
<style>
a { background-color: #A375CA; }
a { background-color: rgb(163,117,202); }
div.DivClassName
{
background-color: #A375CA;
}
.BgClassName
{
background-color: #A375CA;
}
</style>
border-color css
<style>
span { border-color: #A375CA; }
span { border-color: rgb(163,117,202); }
td.TdClassName
{
border-color: #A375CA;
}
.TagClassName
{
border-color: #A375CA;
}
</style>