Shades of Medium Purple #AF65FA
Tints of Medium Purple #AF65FA
RGB
CMYK
RGB Variations
Color information
#AF65FA (or 0xAF65FA) is known color: Medium Purple. HEX triplet: AF, 65 and FA. RGB value is (175,101,250). Sum of RGB (Red+Green+Blue) = 175+101+250=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF65FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65FA is #509A05. Grayscale: #8B8B8B. Windows color (decimal): -5282310 or 16410031. OLE color: 16410031.
HSL color Cylindrical-coordinate representation of color #AF65FA: hue angle of 269.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF65FA is Cyan = 0.3, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 101 | 250 | - |
| CMYK | 0.3 | 0.60 | 0 | 0.02 |
| HSL | 269.8º | 0.94% | 0.69% | - |
| HSV(B) | 269.8º | 0.6% | 0.98% | - |
| XYZ | 39.59 | 25.32 | 93.24 | - |
| YUV | 140.11 | 190.02 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 250 | 0.3 | 0.60 | 0 | 0.02 | 269.8 | 0.94 | 0.69 |
| Hex | AF | 65 | FA | 1E | 3C | 0 | 2 | 10E | 5E | 45 |
| Octal | 257 | 145 | 372 | 36 | 74 | 0 | 2 | 416 | 136 | 105 |
| Binary | 10101111 | 1100101 | 11111010 | 11110 | 111100 | 0 | 10 | 100001110 | 1011110 | 1000101 |
Color Harmonies of #AF65FA
Complementary color
Monochromatic Colors of #AF65FA
Black with #AF65FA
Text Example
Text Example
White with #AF65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65FA; }
p { color: rgb(175,101,250); }
H1.HeaderClassName
{
color: #AF65FA;
}
.AnyTagClassName
{
color: #AF65FA;
}
</style>
background-color css
<style>
a { background-color: #AF65FA; }
a { background-color: rgb(175,101,250); }
div.DivClassName
{
background-color: #AF65FA;
}
.BgClassName
{
background-color: #AF65FA;
}
</style>
border-color css
<style>
span { border-color: #AF65FA; }
span { border-color: rgb(175,101,250); }
td.TdClassName
{
border-color: #AF65FA;
}
.TagClassName
{
border-color: #AF65FA;
}
</style>