Shades of Medium Purple #AF7BDE
Tints of Medium Purple #AF7BDE
RGB
CMYK
RGB Variations
Color information
#AF7BDE (or 0xAF7BDE) is known color: Medium Purple. HEX triplet: AF, 7B and DE. RGB value is (175,123,222). Sum of RGB (Red+Green+Blue) = 175+123+222=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF7BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BDE is #508421. Grayscale: #959595. Windows color (decimal): -5276706 or 14580655. OLE color: 14580655.
HSL color Cylindrical-coordinate representation of color #AF7BDE: hue angle of 271.52º degrees, saturation: 0.6, 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 #AF7BDE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 123 | 222 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.13 |
| HSL | 271.52º | 0.6% | 0.68% | - |
| HSV(B) | 271.52º | 0.45% | 0.87% | - |
| XYZ | 37.95 | 28.55 | 72.62 | - |
| YUV | 149.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 222 | 0.21 | 0.45 | 0 | 0.13 | 271.52 | 0.6 | 0.68 |
| Hex | AF | 7B | DE | 15 | 2D | 0 | D | 110 | 3C | 44 |
| Octal | 257 | 173 | 336 | 25 | 55 | 0 | 15 | 420 | 74 | 104 |
| Binary | 10101111 | 1111011 | 11011110 | 10101 | 101101 | 0 | 1101 | 100010000 | 111100 | 1000100 |
Color Harmonies of #AF7BDE
Complementary color
Monochromatic Colors of #AF7BDE
Black with #AF7BDE
Text Example
Text Example
White with #AF7BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BDE; }
p { color: rgb(175,123,222); }
H1.HeaderClassName
{
color: #AF7BDE;
}
.AnyTagClassName
{
color: #AF7BDE;
}
</style>
background-color css
<style>
a { background-color: #AF7BDE; }
a { background-color: rgb(175,123,222); }
div.DivClassName
{
background-color: #AF7BDE;
}
.BgClassName
{
background-color: #AF7BDE;
}
</style>
border-color css
<style>
span { border-color: #AF7BDE; }
span { border-color: rgb(175,123,222); }
td.TdClassName
{
border-color: #AF7BDE;
}
.TagClassName
{
border-color: #AF7BDE;
}
</style>