Shades of Medium Purple #A85FF9
Tints of Medium Purple #A85FF9
RGB
CMYK
RGB Variations
Color information
#A85FF9 (or 0xA85FF9) is known color: Medium Purple. HEX triplet: A8, 5F and F9. RGB value is (168,95,249). Sum of RGB (Red+Green+Blue) = 168+95+249=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #A85FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FF9 is #57A006. Grayscale: #858585. Windows color (decimal): -5742599 or 16342952. OLE color: 16342952.
HSL color Cylindrical-coordinate representation of color #A85FF9: hue angle of 268.44º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85FF9 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 95 | 249 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.02 |
| HSL | 268.44º | 0.93% | 0.67% | - |
| HSV(B) | 268.44º | 0.62% | 0.98% | - |
| XYZ | 37.34 | 23.35 | 92.16 | - |
| YUV | 134.38 | 192.68 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 249 | 0.33 | 0.62 | 0 | 0.02 | 268.44 | 0.93 | 0.67 |
| Hex | A8 | 5F | F9 | 21 | 3E | 0 | 2 | 10C | 5D | 43 |
| Octal | 250 | 137 | 371 | 41 | 76 | 0 | 2 | 414 | 135 | 103 |
| Binary | 10101000 | 1011111 | 11111001 | 100001 | 111110 | 0 | 10 | 100001100 | 1011101 | 1000011 |
Color Harmonies of #A85FF9
Complementary color
Monochromatic Colors of #A85FF9
Black with #A85FF9
Text Example
Text Example
White with #A85FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FF9; }
p { color: rgb(168,95,249); }
H1.HeaderClassName
{
color: #A85FF9;
}
.AnyTagClassName
{
color: #A85FF9;
}
</style>
background-color css
<style>
a { background-color: #A85FF9; }
a { background-color: rgb(168,95,249); }
div.DivClassName
{
background-color: #A85FF9;
}
.BgClassName
{
background-color: #A85FF9;
}
</style>
border-color css
<style>
span { border-color: #A85FF9; }
span { border-color: rgb(168,95,249); }
td.TdClassName
{
border-color: #A85FF9;
}
.TagClassName
{
border-color: #A85FF9;
}
</style>