Shades of Medium Purple #AF7DFB
Tints of Medium Purple #AF7DFB
RGB
CMYK
RGB Variations
Color information
#AF7DFB (or 0xAF7DFB) is known color: Medium Purple. HEX triplet: AF, 7D and FB. RGB value is (175,125,251). Sum of RGB (Red+Green+Blue) = 175+125+251=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF7DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DFB is #508204. Grayscale: #999999. Windows color (decimal): -5276165 or 16481711. OLE color: 16481711.
HSL color Cylindrical-coordinate representation of color #AF7DFB: hue angle of 263.81º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7DFB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 125 | 251 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.02 |
| HSL | 263.81º | 0.94% | 0.74% | - |
| HSV(B) | 263.81º | 0.5% | 0.98% | - |
| XYZ | 42.43 | 30.75 | 94.97 | - |
| YUV | 154.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 251 | 0.30 | 0.50 | 0 | 0.02 | 263.81 | 0.94 | 0.74 |
| Hex | AF | 7D | FB | 1E | 32 | 0 | 2 | 108 | 5E | 4A |
| Octal | 257 | 175 | 373 | 36 | 62 | 0 | 2 | 410 | 136 | 112 |
| Binary | 10101111 | 1111101 | 11111011 | 11110 | 110010 | 0 | 10 | 100001000 | 1011110 | 1001010 |
Color Harmonies of #AF7DFB
Complementary color
Monochromatic Colors of #AF7DFB
Black with #AF7DFB
Text Example
Text Example
White with #AF7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DFB; }
p { color: rgb(175,125,251); }
H1.HeaderClassName
{
color: #AF7DFB;
}
.AnyTagClassName
{
color: #AF7DFB;
}
</style>
background-color css
<style>
a { background-color: #AF7DFB; }
a { background-color: rgb(175,125,251); }
div.DivClassName
{
background-color: #AF7DFB;
}
.BgClassName
{
background-color: #AF7DFB;
}
</style>
border-color css
<style>
span { border-color: #AF7DFB; }
span { border-color: rgb(175,125,251); }
td.TdClassName
{
border-color: #AF7DFB;
}
.TagClassName
{
border-color: #AF7DFB;
}
</style>