Shades of Medium Purple #AF67EF
Tints of Medium Purple #AF67EF
RGB
CMYK
RGB Variations
Color information
#AF67EF (or 0xAF67EF) is known color: Medium Purple. HEX triplet: AF, 67 and EF. RGB value is (175,103,239). Sum of RGB (Red+Green+Blue) = 175+103+239=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF67EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF67EF is #509810. Grayscale: #8B8B8B. Windows color (decimal): -5281809 or 15689647. OLE color: 15689647.
HSL color Cylindrical-coordinate representation of color #AF67EF: hue angle of 271.76º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF67EF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 103 | 239 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.06 |
| HSL | 271.76º | 0.81% | 0.67% | - |
| HSV(B) | 271.76º | 0.57% | 0.94% | - |
| XYZ | 38.11 | 25.05 | 84.49 | - |
| YUV | 140.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 239 | 0.27 | 0.57 | 0 | 0.06 | 271.76 | 0.81 | 0.67 |
| Hex | AF | 67 | EF | 1B | 39 | 0 | 6 | 110 | 51 | 43 |
| Octal | 257 | 147 | 357 | 33 | 71 | 0 | 6 | 420 | 121 | 103 |
| Binary | 10101111 | 1100111 | 11101111 | 11011 | 111001 | 0 | 110 | 100010000 | 1010001 | 1000011 |
Color Harmonies of #AF67EF
Complementary color
Monochromatic Colors of #AF67EF
Black with #AF67EF
Text Example
Text Example
White with #AF67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67EF; }
p { color: rgb(175,103,239); }
H1.HeaderClassName
{
color: #AF67EF;
}
.AnyTagClassName
{
color: #AF67EF;
}
</style>
background-color css
<style>
a { background-color: #AF67EF; }
a { background-color: rgb(175,103,239); }
div.DivClassName
{
background-color: #AF67EF;
}
.BgClassName
{
background-color: #AF67EF;
}
</style>
border-color css
<style>
span { border-color: #AF67EF; }
span { border-color: rgb(175,103,239); }
td.TdClassName
{
border-color: #AF67EF;
}
.TagClassName
{
border-color: #AF67EF;
}
</style>