Shades of Medium Purple #A35DFE
Tints of Medium Purple #A35DFE
RGB
CMYK
RGB Variations
Color information
#A35DFE (or 0xA35DFE) is known color: Medium Purple. HEX triplet: A3, 5D and FE. RGB value is (163,93,254). Sum of RGB (Red+Green+Blue) = 163+93+254=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #A35DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35DFE is #5CA201. Grayscale: #838383. Windows color (decimal): -6070786 or 16670115. OLE color: 16670115.
HSL color Cylindrical-coordinate representation of color #A35DFE: hue angle of 266.09º 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 #A35DFE is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 93 | 254 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.00 |
| HSL | 266.09º | 0.99% | 0.68% | - |
| HSV(B) | 266.09º | 0.63% | 1% | - |
| XYZ | 36.91 | 22.77 | 96.22 | - |
| YUV | 132.28 | 196.69 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 254 | 0.36 | 0.63 | 0 | 0.00 | 266.09 | 0.99 | 0.68 |
| Hex | A3 | 5D | FE | 24 | 3F | 0 | 0 | 10A | 63 | 44 |
| Octal | 243 | 135 | 376 | 44 | 77 | 0 | 0 | 412 | 143 | 104 |
| Binary | 10100011 | 1011101 | 11111110 | 100100 | 111111 | 0 | 0 | 100001010 | 1100011 | 1000100 |
Color Harmonies of #A35DFE
Complementary color
Monochromatic Colors of #A35DFE
Black with #A35DFE
Text Example
Text Example
White with #A35DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DFE; }
p { color: rgb(163,93,254); }
H1.HeaderClassName
{
color: #A35DFE;
}
.AnyTagClassName
{
color: #A35DFE;
}
</style>
background-color css
<style>
a { background-color: #A35DFE; }
a { background-color: rgb(163,93,254); }
div.DivClassName
{
background-color: #A35DFE;
}
.BgClassName
{
background-color: #A35DFE;
}
</style>
border-color css
<style>
span { border-color: #A35DFE; }
span { border-color: rgb(163,93,254); }
td.TdClassName
{
border-color: #A35DFE;
}
.TagClassName
{
border-color: #A35DFE;
}
</style>