Shades of Medium Purple #A35CFD
Tints of Medium Purple #A35CFD
RGB
CMYK
RGB Variations
Color information
#A35CFD (or 0xA35CFD) is known color: Medium Purple. HEX triplet: A3, 5C and FD. RGB value is (163,92,253). Sum of RGB (Red+Green+Blue) = 163+92+253=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #A35CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35CFD is #5CA302. Grayscale: #838383. Windows color (decimal): -6071043 or 16604323. OLE color: 16604323.
HSL color Cylindrical-coordinate representation of color #A35CFD: hue angle of 266.46º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A35CFD is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 92 | 253 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.01 |
| HSL | 266.46º | 0.98% | 0.68% | - |
| HSV(B) | 266.46º | 0.64% | 0.99% | - |
| XYZ | 36.66 | 22.53 | 95.35 | - |
| YUV | 131.58 | 196.52 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 253 | 0.36 | 0.64 | 0 | 0.01 | 266.46 | 0.98 | 0.68 |
| Hex | A3 | 5C | FD | 24 | 40 | 0 | 1 | 10A | 62 | 44 |
| Octal | 243 | 134 | 375 | 44 | 100 | 0 | 1 | 412 | 142 | 104 |
| Binary | 10100011 | 1011100 | 11111101 | 100100 | 1000000 | 0 | 1 | 100001010 | 1100010 | 1000100 |
Color Harmonies of #A35CFD
Complementary color
Monochromatic Colors of #A35CFD
Black with #A35CFD
Text Example
Text Example
White with #A35CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CFD; }
p { color: rgb(163,92,253); }
H1.HeaderClassName
{
color: #A35CFD;
}
.AnyTagClassName
{
color: #A35CFD;
}
</style>
background-color css
<style>
a { background-color: #A35CFD; }
a { background-color: rgb(163,92,253); }
div.DivClassName
{
background-color: #A35CFD;
}
.BgClassName
{
background-color: #A35CFD;
}
</style>
border-color css
<style>
span { border-color: #A35CFD; }
span { border-color: rgb(163,92,253); }
td.TdClassName
{
border-color: #A35CFD;
}
.TagClassName
{
border-color: #A35CFD;
}
</style>