Shades of Medium Purple #A35BFD
Tints of Medium Purple #A35BFD
RGB
CMYK
RGB Variations
Color information
#A35BFD (or 0xA35BFD) is known color: Medium Purple. HEX triplet: A3, 5B and FD. RGB value is (163,91,253). Sum of RGB (Red+Green+Blue) = 163+91+253=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #A35BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35BFD is #5CA402. Grayscale: #828282. Windows color (decimal): -6071299 or 16604067. OLE color: 16604067.
HSL color Cylindrical-coordinate representation of color #A35BFD: hue angle of 266.67º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A35BFD is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 91 | 253 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.01 |
| HSL | 266.67º | 0.98% | 0.67% | - |
| HSV(B) | 266.67º | 0.64% | 0.99% | - |
| XYZ | 36.57 | 22.36 | 95.32 | - |
| YUV | 131 | 196.85 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 253 | 0.36 | 0.64 | 0 | 0.01 | 266.67 | 0.98 | 0.67 |
| Hex | A3 | 5B | FD | 24 | 40 | 0 | 1 | 10B | 62 | 43 |
| Octal | 243 | 133 | 375 | 44 | 100 | 0 | 1 | 413 | 142 | 103 |
| Binary | 10100011 | 1011011 | 11111101 | 100100 | 1000000 | 0 | 1 | 100001011 | 1100010 | 1000011 |
Color Harmonies of #A35BFD
Complementary color
Monochromatic Colors of #A35BFD
Black with #A35BFD
Text Example
Text Example
White with #A35BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BFD; }
p { color: rgb(163,91,253); }
H1.HeaderClassName
{
color: #A35BFD;
}
.AnyTagClassName
{
color: #A35BFD;
}
</style>
background-color css
<style>
a { background-color: #A35BFD; }
a { background-color: rgb(163,91,253); }
div.DivClassName
{
background-color: #A35BFD;
}
.BgClassName
{
background-color: #A35BFD;
}
</style>
border-color css
<style>
span { border-color: #A35BFD; }
span { border-color: rgb(163,91,253); }
td.TdClassName
{
border-color: #A35BFD;
}
.TagClassName
{
border-color: #A35BFD;
}
</style>