Shades of Medium Purple #AF7FFE
Tints of Medium Purple #AF7FFE
RGB
CMYK
RGB Variations
Color information
#AF7FFE (or 0xAF7FFE) is known color: Medium Purple. HEX triplet: AF, 7F and FE. RGB value is (175,127,254). Sum of RGB (Red+Green+Blue) = 175+127+254=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF7FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FFE is #508001. Grayscale: #9B9B9B. Windows color (decimal): -5275650 or 16678831. OLE color: 16678831.
HSL color Cylindrical-coordinate representation of color #AF7FFE: hue angle of 262.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7FFE is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 127 | 254 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.00 |
| HSL | 262.68º | 0.98% | 0.75% | - |
| HSV(B) | 262.68º | 0.5% | 1% | - |
| XYZ | 43.16 | 31.45 | 97.56 | - |
| YUV | 155.83 | 183.4 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 254 | 0.31 | 0.50 | 0 | 0.00 | 262.68 | 0.98 | 0.75 |
| Hex | AF | 7F | FE | 1F | 32 | 0 | 0 | 107 | 62 | 4B |
| Octal | 257 | 177 | 376 | 37 | 62 | 0 | 0 | 407 | 142 | 113 |
| Binary | 10101111 | 1111111 | 11111110 | 11111 | 110010 | 0 | 0 | 100000111 | 1100010 | 1001011 |
Color Harmonies of #AF7FFE
Complementary color
Monochromatic Colors of #AF7FFE
Black with #AF7FFE
Text Example
Text Example
White with #AF7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FFE; }
p { color: rgb(175,127,254); }
H1.HeaderClassName
{
color: #AF7FFE;
}
.AnyTagClassName
{
color: #AF7FFE;
}
</style>
background-color css
<style>
a { background-color: #AF7FFE; }
a { background-color: rgb(175,127,254); }
div.DivClassName
{
background-color: #AF7FFE;
}
.BgClassName
{
background-color: #AF7FFE;
}
</style>
border-color css
<style>
span { border-color: #AF7FFE; }
span { border-color: rgb(175,127,254); }
td.TdClassName
{
border-color: #AF7FFE;
}
.TagClassName
{
border-color: #AF7FFE;
}
</style>