Shades of Medium Purple #AF7BDD
Tints of Medium Purple #AF7BDD
RGB
CMYK
RGB Variations
Color information
#AF7BDD (or 0xAF7BDD) is known color: Medium Purple. HEX triplet: AF, 7B and DD. RGB value is (175,123,221). Sum of RGB (Red+Green+Blue) = 175+123+221=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BDD is #508422. Grayscale: #959595. Windows color (decimal): -5276707 or 14515119. OLE color: 14515119.
HSL color Cylindrical-coordinate representation of color #AF7BDD: hue angle of 271.84º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF7BDD is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 123 | 221 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.13 |
| HSL | 271.84º | 0.59% | 0.67% | - |
| HSV(B) | 271.84º | 0.44% | 0.87% | - |
| XYZ | 37.81 | 28.5 | 71.91 | - |
| YUV | 149.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 221 | 0.21 | 0.44 | 0 | 0.13 | 271.84 | 0.59 | 0.67 |
| Hex | AF | 7B | DD | 15 | 2C | 0 | D | 110 | 3B | 43 |
| Octal | 257 | 173 | 335 | 25 | 54 | 0 | 15 | 420 | 73 | 103 |
| Binary | 10101111 | 1111011 | 11011101 | 10101 | 101100 | 0 | 1101 | 100010000 | 111011 | 1000011 |
Color Harmonies of #AF7BDD
Complementary color
Monochromatic Colors of #AF7BDD
Black with #AF7BDD
Text Example
Text Example
White with #AF7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BDD; }
p { color: rgb(175,123,221); }
H1.HeaderClassName
{
color: #AF7BDD;
}
.AnyTagClassName
{
color: #AF7BDD;
}
</style>
background-color css
<style>
a { background-color: #AF7BDD; }
a { background-color: rgb(175,123,221); }
div.DivClassName
{
background-color: #AF7BDD;
}
.BgClassName
{
background-color: #AF7BDD;
}
</style>
border-color css
<style>
span { border-color: #AF7BDD; }
span { border-color: rgb(175,123,221); }
td.TdClassName
{
border-color: #AF7BDD;
}
.TagClassName
{
border-color: #AF7BDD;
}
</style>