Shades of Medium Purple #AF7CFB
Tints of Medium Purple #AF7CFB
RGB
CMYK
RGB Variations
Color information
#AF7CFB (or 0xAF7CFB) is known color: Medium Purple. HEX triplet: AF, 7C and FB. RGB value is (175,124,251). Sum of RGB (Red+Green+Blue) = 175+124+251=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF7CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CFB is #508304. Grayscale: #999999. Windows color (decimal): -5276421 or 16481455. OLE color: 16481455.
HSL color Cylindrical-coordinate representation of color #AF7CFB: hue angle of 264.09º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF7CFB is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 124 | 251 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.02 |
| HSL | 264.09º | 0.94% | 0.74% | - |
| HSV(B) | 264.09º | 0.51% | 0.98% | - |
| XYZ | 42.3 | 30.49 | 94.92 | - |
| YUV | 153.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 251 | 0.30 | 0.51 | 0 | 0.02 | 264.09 | 0.94 | 0.74 |
| Hex | AF | 7C | FB | 1E | 33 | 0 | 2 | 108 | 5E | 4A |
| Octal | 257 | 174 | 373 | 36 | 63 | 0 | 2 | 410 | 136 | 112 |
| Binary | 10101111 | 1111100 | 11111011 | 11110 | 110011 | 0 | 10 | 100001000 | 1011110 | 1001010 |
Color Harmonies of #AF7CFB
Complementary color
Monochromatic Colors of #AF7CFB
Black with #AF7CFB
Text Example
Text Example
White with #AF7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7CFB; }
p { color: rgb(175,124,251); }
H1.HeaderClassName
{
color: #AF7CFB;
}
.AnyTagClassName
{
color: #AF7CFB;
}
</style>
background-color css
<style>
a { background-color: #AF7CFB; }
a { background-color: rgb(175,124,251); }
div.DivClassName
{
background-color: #AF7CFB;
}
.BgClassName
{
background-color: #AF7CFB;
}
</style>
border-color css
<style>
span { border-color: #AF7CFB; }
span { border-color: rgb(175,124,251); }
td.TdClassName
{
border-color: #AF7CFB;
}
.TagClassName
{
border-color: #AF7CFB;
}
</style>