Shades of Medium Purple #AF7CF0
Tints of Medium Purple #AF7CF0
RGB
CMYK
RGB Variations
Color information
#AF7CF0 (or 0xAF7CF0) is known color: Medium Purple. HEX triplet: AF, 7C and F0. RGB value is (175,124,240). Sum of RGB (Red+Green+Blue) = 175+124+240=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF7CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CF0 is #50830F. Grayscale: #989898. Windows color (decimal): -5276432 or 15760559. OLE color: 15760559.
HSL color Cylindrical-coordinate representation of color #AF7CF0: hue angle of 266.38º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF7CF0 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 124 | 240 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.06 |
| HSL | 266.38º | 0.79% | 0.71% | - |
| HSV(B) | 266.38º | 0.48% | 0.94% | - |
| XYZ | 40.62 | 29.82 | 86.05 | - |
| YUV | 152.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 240 | 0.27 | 0.48 | 0 | 0.06 | 266.38 | 0.79 | 0.71 |
| Hex | AF | 7C | F0 | 1B | 30 | 0 | 6 | 10A | 4F | 47 |
| Octal | 257 | 174 | 360 | 33 | 60 | 0 | 6 | 412 | 117 | 107 |
| Binary | 10101111 | 1111100 | 11110000 | 11011 | 110000 | 0 | 110 | 100001010 | 1001111 | 1000111 |
Color Harmonies of #AF7CF0
Complementary color
Monochromatic Colors of #AF7CF0
Black with #AF7CF0
Text Example
Text Example
White with #AF7CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7CF0; }
p { color: rgb(175,124,240); }
H1.HeaderClassName
{
color: #AF7CF0;
}
.AnyTagClassName
{
color: #AF7CF0;
}
</style>
background-color css
<style>
a { background-color: #AF7CF0; }
a { background-color: rgb(175,124,240); }
div.DivClassName
{
background-color: #AF7CF0;
}
.BgClassName
{
background-color: #AF7CF0;
}
</style>
border-color css
<style>
span { border-color: #AF7CF0; }
span { border-color: rgb(175,124,240); }
td.TdClassName
{
border-color: #AF7CF0;
}
.TagClassName
{
border-color: #AF7CF0;
}
</style>