Shades of Medium Purple #A85CF0
Tints of Medium Purple #A85CF0
RGB
CMYK
RGB Variations
Color information
#A85CF0 (or 0xA85CF0) is known color: Medium Purple. HEX triplet: A8, 5C and F0. RGB value is (168,92,240). Sum of RGB (Red+Green+Blue) = 168+92+240=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #A85CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CF0 is #57A30F. Grayscale: #838383. Windows color (decimal): -5743376 or 15752360. OLE color: 15752360.
HSL color Cylindrical-coordinate representation of color #A85CF0: hue angle of 270.81º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85CF0 is Cyan = 0.3, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 92 | 240 | - |
| CMYK | 0.3 | 0.62 | 0 | 0.06 |
| HSL | 270.81º | 0.83% | 0.65% | - |
| HSV(B) | 270.81º | 0.62% | 0.94% | - |
| XYZ | 35.7 | 22.27 | 84.85 | - |
| YUV | 131.6 | 189.18 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 240 | 0.3 | 0.62 | 0 | 0.06 | 270.81 | 0.83 | 0.65 |
| Hex | A8 | 5C | F0 | 1E | 3E | 0 | 6 | 10F | 53 | 41 |
| Octal | 250 | 134 | 360 | 36 | 76 | 0 | 6 | 417 | 123 | 101 |
| Binary | 10101000 | 1011100 | 11110000 | 11110 | 111110 | 0 | 110 | 100001111 | 1010011 | 1000001 |
Color Harmonies of #A85CF0
Complementary color
Monochromatic Colors of #A85CF0
Black with #A85CF0
Text Example
Text Example
White with #A85CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85CF0; }
p { color: rgb(168,92,240); }
H1.HeaderClassName
{
color: #A85CF0;
}
.AnyTagClassName
{
color: #A85CF0;
}
</style>
background-color css
<style>
a { background-color: #A85CF0; }
a { background-color: rgb(168,92,240); }
div.DivClassName
{
background-color: #A85CF0;
}
.BgClassName
{
background-color: #A85CF0;
}
</style>
border-color css
<style>
span { border-color: #A85CF0; }
span { border-color: rgb(168,92,240); }
td.TdClassName
{
border-color: #A85CF0;
}
.TagClassName
{
border-color: #A85CF0;
}
</style>