Shades of Medium Purple #A358FE
Tints of Medium Purple #A358FE
RGB
CMYK
RGB Variations
Color information
#A358FE (or 0xA358FE) is known color: Medium Purple. HEX triplet: A3, 58 and FE. RGB value is (163,88,254). Sum of RGB (Red+Green+Blue) = 163+88+254=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #A358FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A358FE is #5CA701. Grayscale: #808080. Windows color (decimal): -6072066 or 16668835. OLE color: 16668835.
HSL color Cylindrical-coordinate representation of color #A358FE: hue angle of 267.11º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A358FE is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 88 | 254 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.00 |
| HSL | 267.11º | 0.99% | 0.67% | - |
| HSV(B) | 267.11º | 0.65% | 1% | - |
| XYZ | 36.48 | 21.92 | 96.07 | - |
| YUV | 129.35 | 198.35 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 254 | 0.36 | 0.65 | 0 | 0.00 | 267.11 | 0.99 | 0.67 |
| Hex | A3 | 58 | FE | 24 | 41 | 0 | 0 | 10B | 63 | 43 |
| Octal | 243 | 130 | 376 | 44 | 101 | 0 | 0 | 413 | 143 | 103 |
| Binary | 10100011 | 1011000 | 11111110 | 100100 | 1000001 | 0 | 0 | 100001011 | 1100011 | 1000011 |
Color Harmonies of #A358FE
Complementary color
Monochromatic Colors of #A358FE
Black with #A358FE
Text Example
Text Example
White with #A358FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358FE; }
p { color: rgb(163,88,254); }
H1.HeaderClassName
{
color: #A358FE;
}
.AnyTagClassName
{
color: #A358FE;
}
</style>
background-color css
<style>
a { background-color: #A358FE; }
a { background-color: rgb(163,88,254); }
div.DivClassName
{
background-color: #A358FE;
}
.BgClassName
{
background-color: #A358FE;
}
</style>
border-color css
<style>
span { border-color: #A358FE; }
span { border-color: rgb(163,88,254); }
td.TdClassName
{
border-color: #A358FE;
}
.TagClassName
{
border-color: #A358FE;
}
</style>