Shades of Medium Purple #A35CFE
Tints of Medium Purple #A35CFE
RGB
CMYK
RGB Variations
Color information
#A35CFE (or 0xA35CFE) is known color: Medium Purple. HEX triplet: A3, 5C and FE. RGB value is (163,92,254). Sum of RGB (Red+Green+Blue) = 163+92+254=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #A35CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35CFE is #5CA301. Grayscale: #838383. Windows color (decimal): -6071042 or 16669859. OLE color: 16669859.
HSL color Cylindrical-coordinate representation of color #A35CFE: hue angle of 266.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A35CFE is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 92 | 254 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.00 |
| HSL | 266.3º | 0.99% | 0.68% | - |
| HSV(B) | 266.3º | 0.64% | 1% | - |
| XYZ | 36.82 | 22.6 | 96.19 | - |
| YUV | 131.7 | 197.02 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 254 | 0.36 | 0.64 | 0 | 0.00 | 266.3 | 0.99 | 0.68 |
| Hex | A3 | 5C | FE | 24 | 40 | 0 | 0 | 10A | 63 | 44 |
| Octal | 243 | 134 | 376 | 44 | 100 | 0 | 0 | 412 | 143 | 104 |
| Binary | 10100011 | 1011100 | 11111110 | 100100 | 1000000 | 0 | 0 | 100001010 | 1100011 | 1000100 |
Color Harmonies of #A35CFE
Complementary color
Monochromatic Colors of #A35CFE
Black with #A35CFE
Text Example
Text Example
White with #A35CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CFE; }
p { color: rgb(163,92,254); }
H1.HeaderClassName
{
color: #A35CFE;
}
.AnyTagClassName
{
color: #A35CFE;
}
</style>
background-color css
<style>
a { background-color: #A35CFE; }
a { background-color: rgb(163,92,254); }
div.DivClassName
{
background-color: #A35CFE;
}
.BgClassName
{
background-color: #A35CFE;
}
</style>
border-color css
<style>
span { border-color: #A35CFE; }
span { border-color: rgb(163,92,254); }
td.TdClassName
{
border-color: #A35CFE;
}
.TagClassName
{
border-color: #A35CFE;
}
</style>