Shades of Medium Purple #A356FE
Tints of Medium Purple #A356FE
RGB
CMYK
RGB Variations
Color information
#A356FE (or 0xA356FE) is known color: Medium Purple. HEX triplet: A3, 56 and FE. RGB value is (163,86,254). Sum of RGB (Red+Green+Blue) = 163+86+254=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #A356FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356FE is #5CA901. Grayscale: #7F7F7F. Windows color (decimal): -6072578 or 16668323. OLE color: 16668323.
HSL color Cylindrical-coordinate representation of color #A356FE: hue angle of 267.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A356FE is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 86 | 254 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.00 |
| HSL | 267.5º | 0.99% | 0.67% | - |
| HSV(B) | 267.5º | 0.66% | 1% | - |
| XYZ | 36.32 | 21.6 | 96.02 | - |
| YUV | 128.18 | 199.01 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 254 | 0.36 | 0.66 | 0 | 0.00 | 267.5 | 0.99 | 0.67 |
| Hex | A3 | 56 | FE | 24 | 42 | 0 | 0 | 10C | 63 | 43 |
| Octal | 243 | 126 | 376 | 44 | 102 | 0 | 0 | 414 | 143 | 103 |
| Binary | 10100011 | 1010110 | 11111110 | 100100 | 1000010 | 0 | 0 | 100001100 | 1100011 | 1000011 |
Color Harmonies of #A356FE
Complementary color
Monochromatic Colors of #A356FE
Black with #A356FE
Text Example
Text Example
White with #A356FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356FE; }
p { color: rgb(163,86,254); }
H1.HeaderClassName
{
color: #A356FE;
}
.AnyTagClassName
{
color: #A356FE;
}
</style>
background-color css
<style>
a { background-color: #A356FE; }
a { background-color: rgb(163,86,254); }
div.DivClassName
{
background-color: #A356FE;
}
.BgClassName
{
background-color: #A356FE;
}
</style>
border-color css
<style>
span { border-color: #A356FE; }
span { border-color: rgb(163,86,254); }
td.TdClassName
{
border-color: #A356FE;
}
.TagClassName
{
border-color: #A356FE;
}
</style>