Shades of Medium Purple #AF5CFF
Tints of Medium Purple #AF5CFF
RGB
CMYK
RGB Variations
Color information
#AF5CFF (or 0xAF5CFF) is known color: Medium Purple. HEX triplet: AF, 5C and FF. RGB value is (175,92,255). Sum of RGB (Red+Green+Blue) = 175+92+255=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CFF is #50A300. Grayscale: #868686. Windows color (decimal): -5284609 or 16735407. OLE color: 16735407.
HSL color Cylindrical-coordinate representation of color #AF5CFF: hue angle of 270.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5CFF is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 92 | 255 | - |
| CMYK | 0.31 | 0.64 | 0 | 0 |
| HSL | 270.55º | 1% | 0.68% | - |
| HSV(B) | 270.55º | 0.64% | 1% | - |
| XYZ | 39.56 | 23.99 | 97.15 | - |
| YUV | 135.4 | 195.5 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 255 | 0.31 | 0.64 | 0 | 0 | 270.55 | 1 | 0.68 |
| Hex | AF | 5C | FF | 1F | 40 | 0 | 0 | 10F | 64 | 44 |
| Octal | 257 | 134 | 377 | 37 | 100 | 0 | 0 | 417 | 144 | 104 |
| Binary | 10101111 | 1011100 | 11111111 | 11111 | 1000000 | 0 | 0 | 100001111 | 1100100 | 1000100 |
Color Harmonies of #AF5CFF
Complementary color
Monochromatic Colors of #AF5CFF
Black with #AF5CFF
Text Example
Text Example
White with #AF5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CFF; }
p { color: rgb(175,92,255); }
H1.HeaderClassName
{
color: #AF5CFF;
}
.AnyTagClassName
{
color: #AF5CFF;
}
</style>
background-color css
<style>
a { background-color: #AF5CFF; }
a { background-color: rgb(175,92,255); }
div.DivClassName
{
background-color: #AF5CFF;
}
.BgClassName
{
background-color: #AF5CFF;
}
</style>
border-color css
<style>
span { border-color: #AF5CFF; }
span { border-color: rgb(175,92,255); }
td.TdClassName
{
border-color: #AF5CFF;
}
.TagClassName
{
border-color: #AF5CFF;
}
</style>