Shades of Medium Purple #AF7BDF
Tints of Medium Purple #AF7BDF
RGB
CMYK
RGB Variations
Color information
#AF7BDF (or 0xAF7BDF) is known color: Medium Purple. HEX triplet: AF, 7B and DF. RGB value is (175,123,223). Sum of RGB (Red+Green+Blue) = 175+123+223=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF7BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BDF is #508420. Grayscale: #959595. Windows color (decimal): -5276705 or 14646191. OLE color: 14646191.
HSL color Cylindrical-coordinate representation of color #AF7BDF: hue angle of 271.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7BDF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 123 | 223 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.13 |
| HSL | 271.2º | 0.61% | 0.68% | - |
| HSV(B) | 271.2º | 0.45% | 0.87% | - |
| XYZ | 38.08 | 28.61 | 73.33 | - |
| YUV | 149.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 223 | 0.22 | 0.45 | 0 | 0.13 | 271.2 | 0.61 | 0.68 |
| Hex | AF | 7B | DF | 16 | 2D | 0 | D | 10F | 3D | 44 |
| Octal | 257 | 173 | 337 | 26 | 55 | 0 | 15 | 417 | 75 | 104 |
| Binary | 10101111 | 1111011 | 11011111 | 10110 | 101101 | 0 | 1101 | 100001111 | 111101 | 1000100 |
Color Harmonies of #AF7BDF
Complementary color
Monochromatic Colors of #AF7BDF
Black with #AF7BDF
Text Example
Text Example
White with #AF7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BDF; }
p { color: rgb(175,123,223); }
H1.HeaderClassName
{
color: #AF7BDF;
}
.AnyTagClassName
{
color: #AF7BDF;
}
</style>
background-color css
<style>
a { background-color: #AF7BDF; }
a { background-color: rgb(175,123,223); }
div.DivClassName
{
background-color: #AF7BDF;
}
.BgClassName
{
background-color: #AF7BDF;
}
</style>
border-color css
<style>
span { border-color: #AF7BDF; }
span { border-color: rgb(175,123,223); }
td.TdClassName
{
border-color: #AF7BDF;
}
.TagClassName
{
border-color: #AF7BDF;
}
</style>