Shades of Medium Purple #AF69F5
Tints of Medium Purple #AF69F5
RGB
CMYK
RGB Variations
Color information
#AF69F5 (or 0xAF69F5) is known color: Medium Purple. HEX triplet: AF, 69 and F5. RGB value is (175,105,245). Sum of RGB (Red+Green+Blue) = 175+105+245=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF69F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69F5 is #50960A. Grayscale: #8D8D8D. Windows color (decimal): -5281291 or 16083375. OLE color: 16083375.
HSL color Cylindrical-coordinate representation of color #AF69F5: hue angle of 270º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF69F5 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 105 | 245 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.04 |
| HSL | 270º | 0.88% | 0.69% | - |
| HSV(B) | 270º | 0.57% | 0.96% | - |
| XYZ | 39.21 | 25.81 | 89.3 | - |
| YUV | 141.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 245 | 0.29 | 0.57 | 0 | 0.04 | 270 | 0.88 | 0.69 |
| Hex | AF | 69 | F5 | 1D | 39 | 0 | 4 | 10E | 58 | 45 |
| Octal | 257 | 151 | 365 | 35 | 71 | 0 | 4 | 416 | 130 | 105 |
| Binary | 10101111 | 1101001 | 11110101 | 11101 | 111001 | 0 | 100 | 100001110 | 1011000 | 1000101 |
Color Harmonies of #AF69F5
Complementary color
Monochromatic Colors of #AF69F5
Black with #AF69F5
Text Example
Text Example
White with #AF69F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF69F5; }
p { color: rgb(175,105,245); }
H1.HeaderClassName
{
color: #AF69F5;
}
.AnyTagClassName
{
color: #AF69F5;
}
</style>
background-color css
<style>
a { background-color: #AF69F5; }
a { background-color: rgb(175,105,245); }
div.DivClassName
{
background-color: #AF69F5;
}
.BgClassName
{
background-color: #AF69F5;
}
</style>
border-color css
<style>
span { border-color: #AF69F5; }
span { border-color: rgb(175,105,245); }
td.TdClassName
{
border-color: #AF69F5;
}
.TagClassName
{
border-color: #AF69F5;
}
</style>