Shades of Medium Purple #A35FFB
Tints of Medium Purple #A35FFB
RGB
CMYK
RGB Variations
Color information
#A35FFB (or 0xA35FFB) is known color: Medium Purple. HEX triplet: A3, 5F and FB. RGB value is (163,95,251). Sum of RGB (Red+Green+Blue) = 163+95+251=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #A35FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35FFB is #5CA004. Grayscale: #848484. Windows color (decimal): -6070277 or 16474019. OLE color: 16474019.
HSL color Cylindrical-coordinate representation of color #A35FFB: hue angle of 266.15º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A35FFB is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 95 | 251 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.02 |
| HSL | 266.15º | 0.95% | 0.68% | - |
| HSV(B) | 266.15º | 0.62% | 0.98% | - |
| XYZ | 36.61 | 22.94 | 93.76 | - |
| YUV | 133.12 | 194.53 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 251 | 0.35 | 0.62 | 0 | 0.02 | 266.15 | 0.95 | 0.68 |
| Hex | A3 | 5F | FB | 23 | 3E | 0 | 2 | 10A | 5F | 44 |
| Octal | 243 | 137 | 373 | 43 | 76 | 0 | 2 | 412 | 137 | 104 |
| Binary | 10100011 | 1011111 | 11111011 | 100011 | 111110 | 0 | 10 | 100001010 | 1011111 | 1000100 |
Color Harmonies of #A35FFB
Complementary color
Monochromatic Colors of #A35FFB
Black with #A35FFB
Text Example
Text Example
White with #A35FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35FFB; }
p { color: rgb(163,95,251); }
H1.HeaderClassName
{
color: #A35FFB;
}
.AnyTagClassName
{
color: #A35FFB;
}
</style>
background-color css
<style>
a { background-color: #A35FFB; }
a { background-color: rgb(163,95,251); }
div.DivClassName
{
background-color: #A35FFB;
}
.BgClassName
{
background-color: #A35FFB;
}
</style>
border-color css
<style>
span { border-color: #A35FFB; }
span { border-color: rgb(163,95,251); }
td.TdClassName
{
border-color: #A35FFB;
}
.TagClassName
{
border-color: #A35FFB;
}
</style>