Shades of Medium Purple #AF6BFB
Tints of Medium Purple #AF6BFB
RGB
CMYK
RGB Variations
Color information
#AF6BFB (or 0xAF6BFB) is known color: Medium Purple. HEX triplet: AF, 6B and FB. RGB value is (175,107,251). Sum of RGB (Red+Green+Blue) = 175+107+251=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF6BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BFB is #509404. Grayscale: #8F8F8F. Windows color (decimal): -5280773 or 16477103. OLE color: 16477103.
HSL color Cylindrical-coordinate representation of color #AF6BFB: hue angle of 268.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6BFB is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 107 | 251 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.02 |
| HSL | 268.33º | 0.95% | 0.7% | - |
| HSV(B) | 268.33º | 0.57% | 0.98% | - |
| XYZ | 40.35 | 26.59 | 94.27 | - |
| YUV | 143.75 | 188.53 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 251 | 0.30 | 0.57 | 0 | 0.02 | 268.33 | 0.95 | 0.7 |
| Hex | AF | 6B | FB | 1E | 39 | 0 | 2 | 10C | 5F | 46 |
| Octal | 257 | 153 | 373 | 36 | 71 | 0 | 2 | 414 | 137 | 106 |
| Binary | 10101111 | 1101011 | 11111011 | 11110 | 111001 | 0 | 10 | 100001100 | 1011111 | 1000110 |
Color Harmonies of #AF6BFB
Complementary color
Monochromatic Colors of #AF6BFB
Black with #AF6BFB
Text Example
Text Example
White with #AF6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BFB; }
p { color: rgb(175,107,251); }
H1.HeaderClassName
{
color: #AF6BFB;
}
.AnyTagClassName
{
color: #AF6BFB;
}
</style>
background-color css
<style>
a { background-color: #AF6BFB; }
a { background-color: rgb(175,107,251); }
div.DivClassName
{
background-color: #AF6BFB;
}
.BgClassName
{
background-color: #AF6BFB;
}
</style>
border-color css
<style>
span { border-color: #AF6BFB; }
span { border-color: rgb(175,107,251); }
td.TdClassName
{
border-color: #AF6BFB;
}
.TagClassName
{
border-color: #AF6BFB;
}
</style>