Shades of Medium Purple #A755FD
Tints of Medium Purple #A755FD
RGB
CMYK
RGB Variations
Color information
#A755FD (or 0xA755FD) is known color: Medium Purple. HEX triplet: A7, 55 and FD. RGB value is (167,85,253). Sum of RGB (Red+Green+Blue) = 167+85+253=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #A755FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A755FD is #58AA02. Grayscale: #808080. Windows color (decimal): -5810691 or 16602535. OLE color: 16602535.
HSL color Cylindrical-coordinate representation of color #A755FD: hue angle of 269.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A755FD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 85 | 253 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.01 |
| HSL | 269.29º | 0.98% | 0.66% | - |
| HSV(B) | 269.29º | 0.66% | 0.99% | - |
| XYZ | 36.91 | 21.8 | 95.19 | - |
| YUV | 128.67 | 198.17 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 253 | 0.34 | 0.66 | 0 | 0.01 | 269.29 | 0.98 | 0.66 |
| Hex | A7 | 55 | FD | 22 | 42 | 0 | 1 | 10D | 62 | 42 |
| Octal | 247 | 125 | 375 | 42 | 102 | 0 | 1 | 415 | 142 | 102 |
| Binary | 10100111 | 1010101 | 11111101 | 100010 | 1000010 | 0 | 1 | 100001101 | 1100010 | 1000010 |
Color Harmonies of #A755FD
Complementary color
Monochromatic Colors of #A755FD
Black with #A755FD
Text Example
Text Example
White with #A755FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755FD; }
p { color: rgb(167,85,253); }
H1.HeaderClassName
{
color: #A755FD;
}
.AnyTagClassName
{
color: #A755FD;
}
</style>
background-color css
<style>
a { background-color: #A755FD; }
a { background-color: rgb(167,85,253); }
div.DivClassName
{
background-color: #A755FD;
}
.BgClassName
{
background-color: #A755FD;
}
</style>
border-color css
<style>
span { border-color: #A755FD; }
span { border-color: rgb(167,85,253); }
td.TdClassName
{
border-color: #A755FD;
}
.TagClassName
{
border-color: #A755FD;
}
</style>