Shades of Amethyst #A366CA
Tints of Amethyst #A366CA
RGB
CMYK
RGB Variations
Color information
#A366CA (or 0xA366CA) is known color: Amethyst. HEX triplet: A3, 66 and CA. RGB value is (163,102,202). Sum of RGB (Red+Green+Blue) = 163+102+202=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #A366CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366CA is #5C9935. Grayscale: #838383. Windows color (decimal): -6068534 or 13264547. OLE color: 13264547.
HSL color Cylindrical-coordinate representation of color #A366CA: hue angle of 276.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A366CA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 102 | 202 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.21 |
| HSL | 276.6º | 0.49% | 0.6% | - |
| HSV(B) | 276.6º | 0.5% | 0.79% | - |
| XYZ | 30.52 | 21.55 | 58.43 | - |
| YUV | 131.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 202 | 0.19 | 0.50 | 0 | 0.21 | 276.6 | 0.49 | 0.6 |
| Hex | A3 | 66 | CA | 13 | 32 | 0 | 15 | 115 | 31 | 3C |
| Octal | 243 | 146 | 312 | 23 | 62 | 0 | 25 | 425 | 61 | 74 |
| Binary | 10100011 | 1100110 | 11001010 | 10011 | 110010 | 0 | 10101 | 100010101 | 110001 | 111100 |
Color Harmonies of #A366CA
Complementary color
Monochromatic Colors of #A366CA
Black with #A366CA
Text Example
Text Example
White with #A366CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366CA; }
p { color: rgb(163,102,202); }
H1.HeaderClassName
{
color: #A366CA;
}
.AnyTagClassName
{
color: #A366CA;
}
</style>
background-color css
<style>
a { background-color: #A366CA; }
a { background-color: rgb(163,102,202); }
div.DivClassName
{
background-color: #A366CA;
}
.BgClassName
{
background-color: #A366CA;
}
</style>
border-color css
<style>
span { border-color: #A366CA; }
span { border-color: rgb(163,102,202); }
td.TdClassName
{
border-color: #A366CA;
}
.TagClassName
{
border-color: #A366CA;
}
</style>