Shades of Medium Purple #A655FA
Tints of Medium Purple #A655FA
RGB
CMYK
RGB Variations
Color information
#A655FA (or 0xA655FA) is known color: Medium Purple. HEX triplet: A6, 55 and FA. RGB value is (166,85,250). Sum of RGB (Red+Green+Blue) = 166+85+250=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #A655FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A655FA is #59AA05. Grayscale: #7F7F7F. Windows color (decimal): -5876230 or 16405926. OLE color: 16405926.
HSL color Cylindrical-coordinate representation of color #A655FA: hue angle of 269.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A655FA is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 85 | 250 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.02 |
| HSL | 269.45º | 0.94% | 0.66% | - |
| HSV(B) | 269.45º | 0.66% | 0.98% | - |
| XYZ | 36.23 | 21.51 | 92.68 | - |
| YUV | 128.03 | 196.84 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 250 | 0.34 | 0.66 | 0 | 0.02 | 269.45 | 0.94 | 0.66 |
| Hex | A6 | 55 | FA | 22 | 42 | 0 | 2 | 10D | 5E | 42 |
| Octal | 246 | 125 | 372 | 42 | 102 | 0 | 2 | 415 | 136 | 102 |
| Binary | 10100110 | 1010101 | 11111010 | 100010 | 1000010 | 0 | 10 | 100001101 | 1011110 | 1000010 |
Color Harmonies of #A655FA
Complementary color
Monochromatic Colors of #A655FA
Black with #A655FA
Text Example
Text Example
White with #A655FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655FA; }
p { color: rgb(166,85,250); }
H1.HeaderClassName
{
color: #A655FA;
}
.AnyTagClassName
{
color: #A655FA;
}
</style>
background-color css
<style>
a { background-color: #A655FA; }
a { background-color: rgb(166,85,250); }
div.DivClassName
{
background-color: #A655FA;
}
.BgClassName
{
background-color: #A655FA;
}
</style>
border-color css
<style>
span { border-color: #A655FA; }
span { border-color: rgb(166,85,250); }
td.TdClassName
{
border-color: #A655FA;
}
.TagClassName
{
border-color: #A655FA;
}
</style>