Shades of Medium Purple #AF7DF0
Tints of Medium Purple #AF7DF0
RGB
CMYK
RGB Variations
Color information
#AF7DF0 (or 0xAF7DF0) is known color: Medium Purple. HEX triplet: AF, 7D and F0. RGB value is (175,125,240). Sum of RGB (Red+Green+Blue) = 175+125+240=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF7DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DF0 is #50820F. Grayscale: #989898. Windows color (decimal): -5276176 or 15760815. OLE color: 15760815.
HSL color Cylindrical-coordinate representation of color #AF7DF0: hue angle of 266.09º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF7DF0 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 125 | 240 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.06 |
| HSL | 266.09º | 0.79% | 0.72% | - |
| HSV(B) | 266.09º | 0.48% | 0.94% | - |
| XYZ | 40.74 | 30.07 | 86.1 | - |
| YUV | 153.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 240 | 0.27 | 0.48 | 0 | 0.06 | 266.09 | 0.79 | 0.72 |
| Hex | AF | 7D | F0 | 1B | 30 | 0 | 6 | 10A | 4F | 48 |
| Octal | 257 | 175 | 360 | 33 | 60 | 0 | 6 | 412 | 117 | 110 |
| Binary | 10101111 | 1111101 | 11110000 | 11011 | 110000 | 0 | 110 | 100001010 | 1001111 | 1001000 |
Color Harmonies of #AF7DF0
Complementary color
Monochromatic Colors of #AF7DF0
Black with #AF7DF0
Text Example
Text Example
White with #AF7DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DF0; }
p { color: rgb(175,125,240); }
H1.HeaderClassName
{
color: #AF7DF0;
}
.AnyTagClassName
{
color: #AF7DF0;
}
</style>
background-color css
<style>
a { background-color: #AF7DF0; }
a { background-color: rgb(175,125,240); }
div.DivClassName
{
background-color: #AF7DF0;
}
.BgClassName
{
background-color: #AF7DF0;
}
</style>
border-color css
<style>
span { border-color: #AF7DF0; }
span { border-color: rgb(175,125,240); }
td.TdClassName
{
border-color: #AF7DF0;
}
.TagClassName
{
border-color: #AF7DF0;
}
</style>