Shades of Medium Purple #A35BFC
Tints of Medium Purple #A35BFC
RGB
CMYK
RGB Variations
Color information
#A35BFC (or 0xA35BFC) is known color: Medium Purple. HEX triplet: A3, 5B and FC. RGB value is (163,91,252). Sum of RGB (Red+Green+Blue) = 163+91+252=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #A35BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35BFC is #5CA403. Grayscale: #828282. Windows color (decimal): -6071300 or 16538531. OLE color: 16538531.
HSL color Cylindrical-coordinate representation of color #A35BFC: hue angle of 266.83º degrees, saturation: 0.96, 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 #A35BFC is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 91 | 252 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.01 |
| HSL | 266.83º | 0.96% | 0.67% | - |
| HSV(B) | 266.83º | 0.64% | 0.99% | - |
| XYZ | 36.42 | 22.3 | 94.48 | - |
| YUV | 130.88 | 196.35 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 252 | 0.35 | 0.64 | 0 | 0.01 | 266.83 | 0.96 | 0.67 |
| Hex | A3 | 5B | FC | 23 | 40 | 0 | 1 | 10B | 60 | 43 |
| Octal | 243 | 133 | 374 | 43 | 100 | 0 | 1 | 413 | 140 | 103 |
| Binary | 10100011 | 1011011 | 11111100 | 100011 | 1000000 | 0 | 1 | 100001011 | 1100000 | 1000011 |
Color Harmonies of #A35BFC
Complementary color
Monochromatic Colors of #A35BFC
Black with #A35BFC
Text Example
Text Example
White with #A35BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BFC; }
p { color: rgb(163,91,252); }
H1.HeaderClassName
{
color: #A35BFC;
}
.AnyTagClassName
{
color: #A35BFC;
}
</style>
background-color css
<style>
a { background-color: #A35BFC; }
a { background-color: rgb(163,91,252); }
div.DivClassName
{
background-color: #A35BFC;
}
.BgClassName
{
background-color: #A35BFC;
}
</style>
border-color css
<style>
span { border-color: #A35BFC; }
span { border-color: rgb(163,91,252); }
td.TdClassName
{
border-color: #A35BFC;
}
.TagClassName
{
border-color: #A35BFC;
}
</style>