Shades of Medium Purple #A35EEE
Tints of Medium Purple #A35EEE
RGB
CMYK
RGB Variations
Color information
#A35EEE (or 0xA35EEE) is known color: Medium Purple. HEX triplet: A3, 5E and EE. RGB value is (163,94,238). Sum of RGB (Red+Green+Blue) = 163+94+238=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #A35EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35EEE is #5CA111. Grayscale: #828282. Windows color (decimal): -6070546 or 15621795. OLE color: 15621795.
HSL color Cylindrical-coordinate representation of color #A35EEE: hue angle of 268.75º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A35EEE is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 94 | 238 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.07 |
| HSL | 268.75º | 0.81% | 0.65% | - |
| HSV(B) | 268.75º | 0.61% | 0.93% | - |
| XYZ | 34.54 | 21.96 | 83.31 | - |
| YUV | 131.05 | 188.36 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 94 | 238 | 0.32 | 0.61 | 0 | 0.07 | 268.75 | 0.81 | 0.65 |
| Hex | A3 | 5E | EE | 20 | 3D | 0 | 7 | 10D | 51 | 41 |
| Octal | 243 | 136 | 356 | 40 | 75 | 0 | 7 | 415 | 121 | 101 |
| Binary | 10100011 | 1011110 | 11101110 | 100000 | 111101 | 0 | 111 | 100001101 | 1010001 | 1000001 |
Color Harmonies of #A35EEE
Complementary color
Monochromatic Colors of #A35EEE
Black with #A35EEE
Text Example
Text Example
White with #A35EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35EEE; }
p { color: rgb(163,94,238); }
H1.HeaderClassName
{
color: #A35EEE;
}
.AnyTagClassName
{
color: #A35EEE;
}
</style>
background-color css
<style>
a { background-color: #A35EEE; }
a { background-color: rgb(163,94,238); }
div.DivClassName
{
background-color: #A35EEE;
}
.BgClassName
{
background-color: #A35EEE;
}
</style>
border-color css
<style>
span { border-color: #A35EEE; }
span { border-color: rgb(163,94,238); }
td.TdClassName
{
border-color: #A35EEE;
}
.TagClassName
{
border-color: #A35EEE;
}
</style>