Shades of Medium Purple #A658FD
Tints of Medium Purple #A658FD
RGB
CMYK
RGB Variations
Color information
#A658FD (or 0xA658FD) is known color: Medium Purple. HEX triplet: A6, 58 and FD. RGB value is (166,88,253). Sum of RGB (Red+Green+Blue) = 166+88+253=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #A658FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A658FD is #59A702. Grayscale: #818181. Windows color (decimal): -5875459 or 16603302. OLE color: 16603302.
HSL color Cylindrical-coordinate representation of color #A658FD: hue angle of 268.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A658FD is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 88 | 253 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.01 |
| HSL | 268.36º | 0.98% | 0.67% | - |
| HSV(B) | 268.36º | 0.65% | 0.99% | - |
| XYZ | 36.95 | 22.18 | 95.26 | - |
| YUV | 130.13 | 197.34 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 253 | 0.34 | 0.65 | 0 | 0.01 | 268.36 | 0.98 | 0.67 |
| Hex | A6 | 58 | FD | 22 | 41 | 0 | 1 | 10C | 62 | 43 |
| Octal | 246 | 130 | 375 | 42 | 101 | 0 | 1 | 414 | 142 | 103 |
| Binary | 10100110 | 1011000 | 11111101 | 100010 | 1000001 | 0 | 1 | 100001100 | 1100010 | 1000011 |
Color Harmonies of #A658FD
Complementary color
Monochromatic Colors of #A658FD
Black with #A658FD
Text Example
Text Example
White with #A658FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658FD; }
p { color: rgb(166,88,253); }
H1.HeaderClassName
{
color: #A658FD;
}
.AnyTagClassName
{
color: #A658FD;
}
</style>
background-color css
<style>
a { background-color: #A658FD; }
a { background-color: rgb(166,88,253); }
div.DivClassName
{
background-color: #A658FD;
}
.BgClassName
{
background-color: #A658FD;
}
</style>
border-color css
<style>
span { border-color: #A658FD; }
span { border-color: rgb(166,88,253); }
td.TdClassName
{
border-color: #A658FD;
}
.TagClassName
{
border-color: #A658FD;
}
</style>