Shades of Medium Purple #A35FFE
Tints of Medium Purple #A35FFE
RGB
CMYK
RGB Variations
Color information
#A35FFE (or 0xA35FFE) is known color: Medium Purple. HEX triplet: A3, 5F and FE. RGB value is (163,95,254). Sum of RGB (Red+Green+Blue) = 163+95+254=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #A35FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35FFE is #5CA001. Grayscale: #848484. Windows color (decimal): -6070274 or 16670627. OLE color: 16670627.
HSL color Cylindrical-coordinate representation of color #A35FFE: hue angle of 265.66º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A35FFE is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 95 | 254 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.00 |
| HSL | 265.66º | 0.99% | 0.68% | - |
| HSV(B) | 265.66º | 0.63% | 1% | - |
| XYZ | 37.09 | 23.13 | 96.28 | - |
| YUV | 133.46 | 196.03 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 254 | 0.36 | 0.63 | 0 | 0.00 | 265.66 | 0.99 | 0.68 |
| Hex | A3 | 5F | FE | 24 | 3F | 0 | 0 | 10A | 63 | 44 |
| Octal | 243 | 137 | 376 | 44 | 77 | 0 | 0 | 412 | 143 | 104 |
| Binary | 10100011 | 1011111 | 11111110 | 100100 | 111111 | 0 | 0 | 100001010 | 1100011 | 1000100 |
Color Harmonies of #A35FFE
Complementary color
Monochromatic Colors of #A35FFE
Black with #A35FFE
Text Example
Text Example
White with #A35FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35FFE; }
p { color: rgb(163,95,254); }
H1.HeaderClassName
{
color: #A35FFE;
}
.AnyTagClassName
{
color: #A35FFE;
}
</style>
background-color css
<style>
a { background-color: #A35FFE; }
a { background-color: rgb(163,95,254); }
div.DivClassName
{
background-color: #A35FFE;
}
.BgClassName
{
background-color: #A35FFE;
}
</style>
border-color css
<style>
span { border-color: #A35FFE; }
span { border-color: rgb(163,95,254); }
td.TdClassName
{
border-color: #A35FFE;
}
.TagClassName
{
border-color: #A35FFE;
}
</style>