Shades of Medium Purple #A357FE
Tints of Medium Purple #A357FE
RGB
CMYK
RGB Variations
Color information
#A357FE (or 0xA357FE) is known color: Medium Purple. HEX triplet: A3, 57 and FE. RGB value is (163,87,254). Sum of RGB (Red+Green+Blue) = 163+87+254=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #A357FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A357FE is #5CA801. Grayscale: #808080. Windows color (decimal): -6072322 or 16668579. OLE color: 16668579.
HSL color Cylindrical-coordinate representation of color #A357FE: hue angle of 267.31º 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 #A357FE is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 87 | 254 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.00 |
| HSL | 267.31º | 0.99% | 0.67% | - |
| HSV(B) | 267.31º | 0.66% | 1% | - |
| XYZ | 36.4 | 21.76 | 96.05 | - |
| YUV | 128.76 | 198.68 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 254 | 0.36 | 0.66 | 0 | 0.00 | 267.31 | 0.99 | 0.67 |
| Hex | A3 | 57 | FE | 24 | 42 | 0 | 0 | 10B | 63 | 43 |
| Octal | 243 | 127 | 376 | 44 | 102 | 0 | 0 | 413 | 143 | 103 |
| Binary | 10100011 | 1010111 | 11111110 | 100100 | 1000010 | 0 | 0 | 100001011 | 1100011 | 1000011 |
Color Harmonies of #A357FE
Complementary color
Monochromatic Colors of #A357FE
Black with #A357FE
Text Example
Text Example
White with #A357FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357FE; }
p { color: rgb(163,87,254); }
H1.HeaderClassName
{
color: #A357FE;
}
.AnyTagClassName
{
color: #A357FE;
}
</style>
background-color css
<style>
a { background-color: #A357FE; }
a { background-color: rgb(163,87,254); }
div.DivClassName
{
background-color: #A357FE;
}
.BgClassName
{
background-color: #A357FE;
}
</style>
border-color css
<style>
span { border-color: #A357FE; }
span { border-color: rgb(163,87,254); }
td.TdClassName
{
border-color: #A357FE;
}
.TagClassName
{
border-color: #A357FE;
}
</style>