Shades of Medium Purple #A362FD
Tints of Medium Purple #A362FD
RGB
CMYK
RGB Variations
Color information
#A362FD (or 0xA362FD) is known color: Medium Purple. HEX triplet: A3, 62 and FD. RGB value is (163,98,253). Sum of RGB (Red+Green+Blue) = 163+98+253=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #A362FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A362FD is #5C9D02. Grayscale: #868686. Windows color (decimal): -6069507 or 16605859. OLE color: 16605859.
HSL color Cylindrical-coordinate representation of color #A362FD: hue angle of 265.16º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A362FD is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 98 | 253 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.01 |
| HSL | 265.16º | 0.97% | 0.69% | - |
| HSV(B) | 265.16º | 0.61% | 0.99% | - |
| XYZ | 37.2 | 23.61 | 95.53 | - |
| YUV | 135.11 | 194.53 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 253 | 0.36 | 0.61 | 0 | 0.01 | 265.16 | 0.97 | 0.69 |
| Hex | A3 | 62 | FD | 24 | 3D | 0 | 1 | 109 | 61 | 45 |
| Octal | 243 | 142 | 375 | 44 | 75 | 0 | 1 | 411 | 141 | 105 |
| Binary | 10100011 | 1100010 | 11111101 | 100100 | 111101 | 0 | 1 | 100001001 | 1100001 | 1000101 |
Color Harmonies of #A362FD
Complementary color
Monochromatic Colors of #A362FD
Black with #A362FD
Text Example
Text Example
White with #A362FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362FD; }
p { color: rgb(163,98,253); }
H1.HeaderClassName
{
color: #A362FD;
}
.AnyTagClassName
{
color: #A362FD;
}
</style>
background-color css
<style>
a { background-color: #A362FD; }
a { background-color: rgb(163,98,253); }
div.DivClassName
{
background-color: #A362FD;
}
.BgClassName
{
background-color: #A362FD;
}
</style>
border-color css
<style>
span { border-color: #A362FD; }
span { border-color: rgb(163,98,253); }
td.TdClassName
{
border-color: #A362FD;
}
.TagClassName
{
border-color: #A362FD;
}
</style>