Shades of Medium Purple #A360F4
Tints of Medium Purple #A360F4
RGB
CMYK
RGB Variations
Color information
#A360F4 (or 0xA360F4) is known color: Medium Purple. HEX triplet: A3, 60 and F4. RGB value is (163,96,244). Sum of RGB (Red+Green+Blue) = 163+96+244=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #A360F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A360F4 is #5C9F0B. Grayscale: #848484. Windows color (decimal): -6070028 or 16015523. OLE color: 16015523.
HSL color Cylindrical-coordinate representation of color #A360F4: hue angle of 267.16º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A360F4 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 96 | 244 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.04 |
| HSL | 267.16º | 0.87% | 0.67% | - |
| HSV(B) | 267.16º | 0.61% | 0.96% | - |
| XYZ | 35.62 | 22.68 | 88.09 | - |
| YUV | 132.91 | 190.7 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 244 | 0.33 | 0.61 | 0 | 0.04 | 267.16 | 0.87 | 0.67 |
| Hex | A3 | 60 | F4 | 21 | 3D | 0 | 4 | 10B | 57 | 43 |
| Octal | 243 | 140 | 364 | 41 | 75 | 0 | 4 | 413 | 127 | 103 |
| Binary | 10100011 | 1100000 | 11110100 | 100001 | 111101 | 0 | 100 | 100001011 | 1010111 | 1000011 |
Color Harmonies of #A360F4
Complementary color
Monochromatic Colors of #A360F4
Black with #A360F4
Text Example
Text Example
White with #A360F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360F4; }
p { color: rgb(163,96,244); }
H1.HeaderClassName
{
color: #A360F4;
}
.AnyTagClassName
{
color: #A360F4;
}
</style>
background-color css
<style>
a { background-color: #A360F4; }
a { background-color: rgb(163,96,244); }
div.DivClassName
{
background-color: #A360F4;
}
.BgClassName
{
background-color: #A360F4;
}
</style>
border-color css
<style>
span { border-color: #A360F4; }
span { border-color: rgb(163,96,244); }
td.TdClassName
{
border-color: #A360F4;
}
.TagClassName
{
border-color: #A360F4;
}
</style>