Shades of Medium Purple #AF7AF0
Tints of Medium Purple #AF7AF0
RGB
CMYK
RGB Variations
Color information
#AF7AF0 (or 0xAF7AF0) is known color: Medium Purple. HEX triplet: AF, 7A and F0. RGB value is (175,122,240). Sum of RGB (Red+Green+Blue) = 175+122+240=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF7AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7AF0 is #50850F. Grayscale: #969696. Windows color (decimal): -5276944 or 15760047. OLE color: 15760047.
HSL color Cylindrical-coordinate representation of color #AF7AF0: hue angle of 266.95º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF7AF0 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 122 | 240 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.06 |
| HSL | 266.95º | 0.8% | 0.71% | - |
| HSV(B) | 266.95º | 0.49% | 0.94% | - |
| XYZ | 40.37 | 29.32 | 85.97 | - |
| YUV | 151.3 | 178.06 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 240 | 0.27 | 0.49 | 0 | 0.06 | 266.95 | 0.8 | 0.71 |
| Hex | AF | 7A | F0 | 1B | 31 | 0 | 6 | 10B | 50 | 47 |
| Octal | 257 | 172 | 360 | 33 | 61 | 0 | 6 | 413 | 120 | 107 |
| Binary | 10101111 | 1111010 | 11110000 | 11011 | 110001 | 0 | 110 | 100001011 | 1010000 | 1000111 |
Color Harmonies of #AF7AF0
Complementary color
Monochromatic Colors of #AF7AF0
Black with #AF7AF0
Text Example
Text Example
White with #AF7AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7AF0; }
p { color: rgb(175,122,240); }
H1.HeaderClassName
{
color: #AF7AF0;
}
.AnyTagClassName
{
color: #AF7AF0;
}
</style>
background-color css
<style>
a { background-color: #AF7AF0; }
a { background-color: rgb(175,122,240); }
div.DivClassName
{
background-color: #AF7AF0;
}
.BgClassName
{
background-color: #AF7AF0;
}
</style>
border-color css
<style>
span { border-color: #AF7AF0; }
span { border-color: rgb(175,122,240); }
td.TdClassName
{
border-color: #AF7AF0;
}
.TagClassName
{
border-color: #AF7AF0;
}
</style>