Shades of Medium Purple #AF67F3
Tints of Medium Purple #AF67F3
RGB
CMYK
RGB Variations
Color information
#AF67F3 (or 0xAF67F3) is known color: Medium Purple. HEX triplet: AF, 67 and F3. RGB value is (175,103,243). Sum of RGB (Red+Green+Blue) = 175+103+243=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF67F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF67F3 is #50980C. Grayscale: #8C8C8C. Windows color (decimal): -5281805 or 15951791. OLE color: 15951791.
HSL color Cylindrical-coordinate representation of color #AF67F3: hue angle of 270.86º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF67F3 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 103 | 243 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.05 |
| HSL | 270.86º | 0.85% | 0.68% | - |
| HSV(B) | 270.86º | 0.58% | 0.95% | - |
| XYZ | 38.71 | 25.29 | 87.63 | - |
| YUV | 140.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 243 | 0.28 | 0.58 | 0 | 0.05 | 270.86 | 0.85 | 0.68 |
| Hex | AF | 67 | F3 | 1C | 3A | 0 | 5 | 10F | 55 | 44 |
| Octal | 257 | 147 | 363 | 34 | 72 | 0 | 5 | 417 | 125 | 104 |
| Binary | 10101111 | 1100111 | 11110011 | 11100 | 111010 | 0 | 101 | 100001111 | 1010101 | 1000100 |
Color Harmonies of #AF67F3
Complementary color
Monochromatic Colors of #AF67F3
Black with #AF67F3
Text Example
Text Example
White with #AF67F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67F3; }
p { color: rgb(175,103,243); }
H1.HeaderClassName
{
color: #AF67F3;
}
.AnyTagClassName
{
color: #AF67F3;
}
</style>
background-color css
<style>
a { background-color: #AF67F3; }
a { background-color: rgb(175,103,243); }
div.DivClassName
{
background-color: #AF67F3;
}
.BgClassName
{
background-color: #AF67F3;
}
</style>
border-color css
<style>
span { border-color: #AF67F3; }
span { border-color: rgb(175,103,243); }
td.TdClassName
{
border-color: #AF67F3;
}
.TagClassName
{
border-color: #AF67F3;
}
</style>