Shades of Medium Purple #A35AF6
Tints of Medium Purple #A35AF6
RGB
CMYK
RGB Variations
Color information
#A35AF6 (or 0xA35AF6) is known color: Medium Purple. HEX triplet: A3, 5A and F6. RGB value is (163,90,246). Sum of RGB (Red+Green+Blue) = 163+90+246=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #A35AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35AF6 is #5CA509. Grayscale: #818181. Windows color (decimal): -6071562 or 16145059. OLE color: 16145059.
HSL color Cylindrical-coordinate representation of color #A35AF6: hue angle of 268.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A35AF6 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 90 | 246 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.04 |
| HSL | 268.08º | 0.9% | 0.66% | - |
| HSV(B) | 268.08º | 0.63% | 0.96% | - |
| XYZ | 35.39 | 21.75 | 89.52 | - |
| YUV | 129.61 | 193.68 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 246 | 0.34 | 0.63 | 0 | 0.04 | 268.08 | 0.9 | 0.66 |
| Hex | A3 | 5A | F6 | 22 | 3F | 0 | 4 | 10C | 5A | 42 |
| Octal | 243 | 132 | 366 | 42 | 77 | 0 | 4 | 414 | 132 | 102 |
| Binary | 10100011 | 1011010 | 11110110 | 100010 | 111111 | 0 | 100 | 100001100 | 1011010 | 1000010 |
Color Harmonies of #A35AF6
Complementary color
Monochromatic Colors of #A35AF6
Black with #A35AF6
Text Example
Text Example
White with #A35AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35AF6; }
p { color: rgb(163,90,246); }
H1.HeaderClassName
{
color: #A35AF6;
}
.AnyTagClassName
{
color: #A35AF6;
}
</style>
background-color css
<style>
a { background-color: #A35AF6; }
a { background-color: rgb(163,90,246); }
div.DivClassName
{
background-color: #A35AF6;
}
.BgClassName
{
background-color: #A35AF6;
}
</style>
border-color css
<style>
span { border-color: #A35AF6; }
span { border-color: rgb(163,90,246); }
td.TdClassName
{
border-color: #A35AF6;
}
.TagClassName
{
border-color: #A35AF6;
}
</style>