Shades of Medium Purple #A35CEF
Tints of Medium Purple #A35CEF
RGB
CMYK
RGB Variations
Color information
#A35CEF (or 0xA35CEF) is known color: Medium Purple. HEX triplet: A3, 5C and EF. RGB value is (163,92,239). Sum of RGB (Red+Green+Blue) = 163+92+239=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #A35CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35CEF is #5CA310. Grayscale: #818181. Windows color (decimal): -6071057 or 15686819. OLE color: 15686819.
HSL color Cylindrical-coordinate representation of color #A35CEF: hue angle of 268.98º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A35CEF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 92 | 239 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.06 |
| HSL | 268.98º | 0.82% | 0.65% | - |
| HSV(B) | 268.98º | 0.62% | 0.94% | - |
| XYZ | 34.51 | 21.67 | 84.03 | - |
| YUV | 129.99 | 189.52 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 239 | 0.32 | 0.62 | 0 | 0.06 | 268.98 | 0.82 | 0.65 |
| Hex | A3 | 5C | EF | 20 | 3E | 0 | 6 | 10D | 52 | 41 |
| Octal | 243 | 134 | 357 | 40 | 76 | 0 | 6 | 415 | 122 | 101 |
| Binary | 10100011 | 1011100 | 11101111 | 100000 | 111110 | 0 | 110 | 100001101 | 1010010 | 1000001 |
Color Harmonies of #A35CEF
Complementary color
Monochromatic Colors of #A35CEF
Black with #A35CEF
Text Example
Text Example
White with #A35CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CEF; }
p { color: rgb(163,92,239); }
H1.HeaderClassName
{
color: #A35CEF;
}
.AnyTagClassName
{
color: #A35CEF;
}
</style>
background-color css
<style>
a { background-color: #A35CEF; }
a { background-color: rgb(163,92,239); }
div.DivClassName
{
background-color: #A35CEF;
}
.BgClassName
{
background-color: #A35CEF;
}
</style>
border-color css
<style>
span { border-color: #A35CEF; }
span { border-color: rgb(163,92,239); }
td.TdClassName
{
border-color: #A35CEF;
}
.TagClassName
{
border-color: #A35CEF;
}
</style>