Shades of Medium Purple #A362FA
Tints of Medium Purple #A362FA
RGB
CMYK
RGB Variations
Color information
#A362FA (or 0xA362FA) is known color: Medium Purple. HEX triplet: A3, 62 and FA. RGB value is (163,98,250). Sum of RGB (Red+Green+Blue) = 163+98+250=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #A362FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A362FA is #5C9D05. Grayscale: #868686. Windows color (decimal): -6069510 or 16409251. OLE color: 16409251.
HSL color Cylindrical-coordinate representation of color #A362FA: hue angle of 265.66º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A362FA is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 98 | 250 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.02 |
| HSL | 265.66º | 0.94% | 0.68% | - |
| HSV(B) | 265.66º | 0.61% | 0.98% | - |
| XYZ | 36.73 | 23.42 | 93.03 | - |
| YUV | 134.76 | 193.03 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 250 | 0.35 | 0.61 | 0 | 0.02 | 265.66 | 0.94 | 0.68 |
| Hex | A3 | 62 | FA | 23 | 3D | 0 | 2 | 10A | 5E | 44 |
| Octal | 243 | 142 | 372 | 43 | 75 | 0 | 2 | 412 | 136 | 104 |
| Binary | 10100011 | 1100010 | 11111010 | 100011 | 111101 | 0 | 10 | 100001010 | 1011110 | 1000100 |
Color Harmonies of #A362FA
Complementary color
Monochromatic Colors of #A362FA
Black with #A362FA
Text Example
Text Example
White with #A362FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362FA; }
p { color: rgb(163,98,250); }
H1.HeaderClassName
{
color: #A362FA;
}
.AnyTagClassName
{
color: #A362FA;
}
</style>
background-color css
<style>
a { background-color: #A362FA; }
a { background-color: rgb(163,98,250); }
div.DivClassName
{
background-color: #A362FA;
}
.BgClassName
{
background-color: #A362FA;
}
</style>
border-color css
<style>
span { border-color: #A362FA; }
span { border-color: rgb(163,98,250); }
td.TdClassName
{
border-color: #A362FA;
}
.TagClassName
{
border-color: #A362FA;
}
</style>