Shades of Medium Purple #AF65FF
Tints of Medium Purple #AF65FF
RGB
CMYK
RGB Variations
Color information
#AF65FF (or 0xAF65FF) is known color: Medium Purple. HEX triplet: AF, 65 and FF. RGB value is (175,101,255). Sum of RGB (Red+Green+Blue) = 175+101+255=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF65FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65FF is #509A00. Grayscale: #8C8C8C. Windows color (decimal): -5282305 or 16737711. OLE color: 16737711.
HSL color Cylindrical-coordinate representation of color #AF65FF: hue angle of 268.83º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF65FF is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 101 | 255 | - |
| CMYK | 0.31 | 0.60 | 0 | 0 |
| HSL | 268.83º | 1% | 0.7% | - |
| HSV(B) | 268.83º | 0.6% | 1% | - |
| XYZ | 40.38 | 25.64 | 97.43 | - |
| YUV | 140.68 | 192.52 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 255 | 0.31 | 0.60 | 0 | 0 | 268.83 | 1 | 0.7 |
| Hex | AF | 65 | FF | 1F | 3C | 0 | 0 | 10D | 64 | 46 |
| Octal | 257 | 145 | 377 | 37 | 74 | 0 | 0 | 415 | 144 | 106 |
| Binary | 10101111 | 1100101 | 11111111 | 11111 | 111100 | 0 | 0 | 100001101 | 1100100 | 1000110 |
Color Harmonies of #AF65FF
Complementary color
Monochromatic Colors of #AF65FF
Black with #AF65FF
Text Example
Text Example
White with #AF65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65FF; }
p { color: rgb(175,101,255); }
H1.HeaderClassName
{
color: #AF65FF;
}
.AnyTagClassName
{
color: #AF65FF;
}
</style>
background-color css
<style>
a { background-color: #AF65FF; }
a { background-color: rgb(175,101,255); }
div.DivClassName
{
background-color: #AF65FF;
}
.BgClassName
{
background-color: #AF65FF;
}
</style>
border-color css
<style>
span { border-color: #AF65FF; }
span { border-color: rgb(175,101,255); }
td.TdClassName
{
border-color: #AF65FF;
}
.TagClassName
{
border-color: #AF65FF;
}
</style>