Shades of Medium Purple #AF66F5
Tints of Medium Purple #AF66F5
RGB
CMYK
RGB Variations
Color information
#AF66F5 (or 0xAF66F5) is known color: Medium Purple. HEX triplet: AF, 66 and F5. RGB value is (175,102,245). Sum of RGB (Red+Green+Blue) = 175+102+245=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF66F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66F5 is #50990A. Grayscale: #8B8B8B. Windows color (decimal): -5282059 or 16082607. OLE color: 16082607.
HSL color Cylindrical-coordinate representation of color #AF66F5: hue angle of 270.63º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF66F5 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 102 | 245 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.04 |
| HSL | 270.63º | 0.88% | 0.68% | - |
| HSV(B) | 270.63º | 0.58% | 0.96% | - |
| XYZ | 38.91 | 25.21 | 89.2 | - |
| YUV | 140.13 | 187.18 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 245 | 0.29 | 0.58 | 0 | 0.04 | 270.63 | 0.88 | 0.68 |
| Hex | AF | 66 | F5 | 1D | 3A | 0 | 4 | 10F | 58 | 44 |
| Octal | 257 | 146 | 365 | 35 | 72 | 0 | 4 | 417 | 130 | 104 |
| Binary | 10101111 | 1100110 | 11110101 | 11101 | 111010 | 0 | 100 | 100001111 | 1011000 | 1000100 |
Color Harmonies of #AF66F5
Complementary color
Monochromatic Colors of #AF66F5
Black with #AF66F5
Text Example
Text Example
White with #AF66F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66F5; }
p { color: rgb(175,102,245); }
H1.HeaderClassName
{
color: #AF66F5;
}
.AnyTagClassName
{
color: #AF66F5;
}
</style>
background-color css
<style>
a { background-color: #AF66F5; }
a { background-color: rgb(175,102,245); }
div.DivClassName
{
background-color: #AF66F5;
}
.BgClassName
{
background-color: #AF66F5;
}
</style>
border-color css
<style>
span { border-color: #AF66F5; }
span { border-color: rgb(175,102,245); }
td.TdClassName
{
border-color: #AF66F5;
}
.TagClassName
{
border-color: #AF66F5;
}
</style>