Shades of Medium Purple #AF76E6
Tints of Medium Purple #AF76E6
RGB
CMYK
RGB Variations
Color information
#AF76E6 (or 0xAF76E6) is known color: Medium Purple. HEX triplet: AF, 76 and E6. RGB value is (175,118,230). Sum of RGB (Red+Green+Blue) = 175+118+230=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF76E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF76E6 is #508919. Grayscale: #939393. Windows color (decimal): -5277978 or 15103663. OLE color: 15103663.
HSL color Cylindrical-coordinate representation of color #AF76E6: hue angle of 270.54º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF76E6 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 118 | 230 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.10 |
| HSL | 270.54º | 0.69% | 0.68% | - |
| HSV(B) | 270.54º | 0.49% | 0.9% | - |
| XYZ | 38.44 | 27.78 | 78.2 | - |
| YUV | 147.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 230 | 0.24 | 0.49 | 0 | 0.10 | 270.54 | 0.69 | 0.68 |
| Hex | AF | 76 | E6 | 18 | 31 | 0 | A | 10F | 45 | 44 |
| Octal | 257 | 166 | 346 | 30 | 61 | 0 | 12 | 417 | 105 | 104 |
| Binary | 10101111 | 1110110 | 11100110 | 11000 | 110001 | 0 | 1010 | 100001111 | 1000101 | 1000100 |
Color Harmonies of #AF76E6
Complementary color
Monochromatic Colors of #AF76E6
Black with #AF76E6
Text Example
Text Example
White with #AF76E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76E6; }
p { color: rgb(175,118,230); }
H1.HeaderClassName
{
color: #AF76E6;
}
.AnyTagClassName
{
color: #AF76E6;
}
</style>
background-color css
<style>
a { background-color: #AF76E6; }
a { background-color: rgb(175,118,230); }
div.DivClassName
{
background-color: #AF76E6;
}
.BgClassName
{
background-color: #AF76E6;
}
</style>
border-color css
<style>
span { border-color: #AF76E6; }
span { border-color: rgb(175,118,230); }
td.TdClassName
{
border-color: #AF76E6;
}
.TagClassName
{
border-color: #AF76E6;
}
</style>