Shades of Amethyst #A365CA
Tints of Amethyst #A365CA
RGB
CMYK
RGB Variations
Color information
#A365CA (or 0xA365CA) is known color: Amethyst. HEX triplet: A3, 65 and CA. RGB value is (163,101,202). Sum of RGB (Red+Green+Blue) = 163+101+202=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #A365CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365CA is #5C9A35. Grayscale: #828282. Windows color (decimal): -6068790 or 13264291. OLE color: 13264291.
HSL color Cylindrical-coordinate representation of color #A365CA: hue angle of 276.83º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A365CA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 101 | 202 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.21 |
| HSL | 276.83º | 0.49% | 0.59% | - |
| HSV(B) | 276.83º | 0.5% | 0.79% | - |
| XYZ | 30.42 | 21.36 | 58.4 | - |
| YUV | 131.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 202 | 0.19 | 0.50 | 0 | 0.21 | 276.83 | 0.49 | 0.59 |
| Hex | A3 | 65 | CA | 13 | 32 | 0 | 15 | 115 | 31 | 3B |
| Octal | 243 | 145 | 312 | 23 | 62 | 0 | 25 | 425 | 61 | 73 |
| Binary | 10100011 | 1100101 | 11001010 | 10011 | 110010 | 0 | 10101 | 100010101 | 110001 | 111011 |
Color Harmonies of #A365CA
Complementary color
Monochromatic Colors of #A365CA
Black with #A365CA
Text Example
Text Example
White with #A365CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365CA; }
p { color: rgb(163,101,202); }
H1.HeaderClassName
{
color: #A365CA;
}
.AnyTagClassName
{
color: #A365CA;
}
</style>
background-color css
<style>
a { background-color: #A365CA; }
a { background-color: rgb(163,101,202); }
div.DivClassName
{
background-color: #A365CA;
}
.BgClassName
{
background-color: #A365CA;
}
</style>
border-color css
<style>
span { border-color: #A365CA; }
span { border-color: rgb(163,101,202); }
td.TdClassName
{
border-color: #A365CA;
}
.TagClassName
{
border-color: #A365CA;
}
</style>