Shades of Medium Purple #A85AF3
Tints of Medium Purple #A85AF3
RGB
CMYK
RGB Variations
Color information
#A85AF3 (or 0xA85AF3) is known color: Medium Purple. HEX triplet: A8, 5A and F3. RGB value is (168,90,243). Sum of RGB (Red+Green+Blue) = 168+90+243=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #A85AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AF3 is #57A50C. Grayscale: #828282. Windows color (decimal): -5743885 or 15948456. OLE color: 15948456.
HSL color Cylindrical-coordinate representation of color #A85AF3: hue angle of 270.59º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A85AF3 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 90 | 243 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.05 |
| HSL | 270.59º | 0.86% | 0.65% | - |
| HSV(B) | 270.59º | 0.63% | 0.95% | - |
| XYZ | 35.98 | 22.11 | 87.16 | - |
| YUV | 130.76 | 191.34 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 243 | 0.31 | 0.63 | 0 | 0.05 | 270.59 | 0.86 | 0.65 |
| Hex | A8 | 5A | F3 | 1F | 3F | 0 | 5 | 10F | 56 | 41 |
| Octal | 250 | 132 | 363 | 37 | 77 | 0 | 5 | 417 | 126 | 101 |
| Binary | 10101000 | 1011010 | 11110011 | 11111 | 111111 | 0 | 101 | 100001111 | 1010110 | 1000001 |
Color Harmonies of #A85AF3
Complementary color
Monochromatic Colors of #A85AF3
Black with #A85AF3
Text Example
Text Example
White with #A85AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AF3; }
p { color: rgb(168,90,243); }
H1.HeaderClassName
{
color: #A85AF3;
}
.AnyTagClassName
{
color: #A85AF3;
}
</style>
background-color css
<style>
a { background-color: #A85AF3; }
a { background-color: rgb(168,90,243); }
div.DivClassName
{
background-color: #A85AF3;
}
.BgClassName
{
background-color: #A85AF3;
}
</style>
border-color css
<style>
span { border-color: #A85AF3; }
span { border-color: rgb(168,90,243); }
td.TdClassName
{
border-color: #A85AF3;
}
.TagClassName
{
border-color: #A85AF3;
}
</style>