Shades of Medium Purple #AF5FFF
Tints of Medium Purple #AF5FFF
RGB
CMYK
RGB Variations
Color information
#AF5FFF (or 0xAF5FFF) is known color: Medium Purple. HEX triplet: AF, 5F and FF. RGB value is (175,95,255). Sum of RGB (Red+Green+Blue) = 175+95+255=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5FFF is #50A000. Grayscale: #888888. Windows color (decimal): -5283841 or 16736175. OLE color: 16736175.
HSL color Cylindrical-coordinate representation of color #AF5FFF: hue angle of 270º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5FFF is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 95 | 255 | - |
| CMYK | 0.31 | 0.63 | 0 | 0 |
| HSL | 270º | 1% | 0.69% | - |
| HSV(B) | 270º | 0.63% | 1% | - |
| XYZ | 39.82 | 24.52 | 97.24 | - |
| YUV | 137.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 255 | 0.31 | 0.63 | 0 | 0 | 270 | 1 | 0.69 |
| Hex | AF | 5F | FF | 1F | 3F | 0 | 0 | 10E | 64 | 45 |
| Octal | 257 | 137 | 377 | 37 | 77 | 0 | 0 | 416 | 144 | 105 |
| Binary | 10101111 | 1011111 | 11111111 | 11111 | 111111 | 0 | 0 | 100001110 | 1100100 | 1000101 |
Color Harmonies of #AF5FFF
Complementary color
Monochromatic Colors of #AF5FFF
Black with #AF5FFF
Text Example
Text Example
White with #AF5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5FFF; }
p { color: rgb(175,95,255); }
H1.HeaderClassName
{
color: #AF5FFF;
}
.AnyTagClassName
{
color: #AF5FFF;
}
</style>
background-color css
<style>
a { background-color: #AF5FFF; }
a { background-color: rgb(175,95,255); }
div.DivClassName
{
background-color: #AF5FFF;
}
.BgClassName
{
background-color: #AF5FFF;
}
</style>
border-color css
<style>
span { border-color: #AF5FFF; }
span { border-color: rgb(175,95,255); }
td.TdClassName
{
border-color: #AF5FFF;
}
.TagClassName
{
border-color: #AF5FFF;
}
</style>