Shades of Medium Purple #A35DF8
Tints of Medium Purple #A35DF8
RGB
CMYK
RGB Variations
Color information
#A35DF8 (or 0xA35DF8) is known color: Medium Purple. HEX triplet: A3, 5D and F8. RGB value is (163,93,248). Sum of RGB (Red+Green+Blue) = 163+93+248=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #A35DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35DF8 is #5CA207. Grayscale: #838383. Windows color (decimal): -6070792 or 16276899. OLE color: 16276899.
HSL color Cylindrical-coordinate representation of color #A35DF8: hue angle of 267.1º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A35DF8 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 93 | 248 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.03 |
| HSL | 267.1º | 0.92% | 0.67% | - |
| HSV(B) | 267.1º | 0.63% | 0.97% | - |
| XYZ | 35.96 | 22.39 | 91.23 | - |
| YUV | 131.6 | 193.69 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 248 | 0.34 | 0.62 | 0 | 0.03 | 267.1 | 0.92 | 0.67 |
| Hex | A3 | 5D | F8 | 22 | 3E | 0 | 3 | 10B | 5C | 43 |
| Octal | 243 | 135 | 370 | 42 | 76 | 0 | 3 | 413 | 134 | 103 |
| Binary | 10100011 | 1011101 | 11111000 | 100010 | 111110 | 0 | 11 | 100001011 | 1011100 | 1000011 |
Color Harmonies of #A35DF8
Complementary color
Monochromatic Colors of #A35DF8
Black with #A35DF8
Text Example
Text Example
White with #A35DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DF8; }
p { color: rgb(163,93,248); }
H1.HeaderClassName
{
color: #A35DF8;
}
.AnyTagClassName
{
color: #A35DF8;
}
</style>
background-color css
<style>
a { background-color: #A35DF8; }
a { background-color: rgb(163,93,248); }
div.DivClassName
{
background-color: #A35DF8;
}
.BgClassName
{
background-color: #A35DF8;
}
</style>
border-color css
<style>
span { border-color: #A35DF8; }
span { border-color: rgb(163,93,248); }
td.TdClassName
{
border-color: #A35DF8;
}
.TagClassName
{
border-color: #A35DF8;
}
</style>