Shades of Medium Purple #A85AFD
Tints of Medium Purple #A85AFD
RGB
CMYK
RGB Variations
Color information
#A85AFD (or 0xA85AFD) is known color: Medium Purple. HEX triplet: A8, 5A and FD. RGB value is (168,90,253). Sum of RGB (Red+Green+Blue) = 168+90+253=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #A85AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AFD is #57A502. Grayscale: #838383. Windows color (decimal): -5743875 or 16603816. OLE color: 16603816.
HSL color Cylindrical-coordinate representation of color #A85AFD: hue angle of 268.71º degrees, saturation: 0.98, 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 #A85AFD is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 90 | 253 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.01 |
| HSL | 268.71º | 0.98% | 0.67% | - |
| HSV(B) | 268.71º | 0.64% | 0.99% | - |
| XYZ | 37.53 | 22.73 | 95.34 | - |
| YUV | 131.9 | 196.34 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 253 | 0.34 | 0.64 | 0 | 0.01 | 268.71 | 0.98 | 0.67 |
| Hex | A8 | 5A | FD | 22 | 40 | 0 | 1 | 10D | 62 | 43 |
| Octal | 250 | 132 | 375 | 42 | 100 | 0 | 1 | 415 | 142 | 103 |
| Binary | 10101000 | 1011010 | 11111101 | 100010 | 1000000 | 0 | 1 | 100001101 | 1100010 | 1000011 |
Color Harmonies of #A85AFD
Complementary color
Monochromatic Colors of #A85AFD
Black with #A85AFD
Text Example
Text Example
White with #A85AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AFD; }
p { color: rgb(168,90,253); }
H1.HeaderClassName
{
color: #A85AFD;
}
.AnyTagClassName
{
color: #A85AFD;
}
</style>
background-color css
<style>
a { background-color: #A85AFD; }
a { background-color: rgb(168,90,253); }
div.DivClassName
{
background-color: #A85AFD;
}
.BgClassName
{
background-color: #A85AFD;
}
</style>
border-color css
<style>
span { border-color: #A85AFD; }
span { border-color: rgb(168,90,253); }
td.TdClassName
{
border-color: #A85AFD;
}
.TagClassName
{
border-color: #A85AFD;
}
</style>