Shades of Medium Purple #AF65FE
Tints of Medium Purple #AF65FE
RGB
CMYK
RGB Variations
Color information
#AF65FE (or 0xAF65FE) is known color: Medium Purple. HEX triplet: AF, 65 and FE. RGB value is (175,101,254). Sum of RGB (Red+Green+Blue) = 175+101+254=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65FE is #509A01. Grayscale: #8C8C8C. Windows color (decimal): -5282306 or 16672175. OLE color: 16672175.
HSL color Cylindrical-coordinate representation of color #AF65FE: hue angle of 269.02º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF65FE is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 101 | 254 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.00 |
| HSL | 269.02º | 0.99% | 0.7% | - |
| HSV(B) | 269.02º | 0.6% | 1% | - |
| XYZ | 40.22 | 25.58 | 96.58 | - |
| YUV | 140.57 | 192.02 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 254 | 0.31 | 0.60 | 0 | 0.00 | 269.02 | 0.99 | 0.7 |
| Hex | AF | 65 | FE | 1F | 3C | 0 | 0 | 10D | 63 | 46 |
| Octal | 257 | 145 | 376 | 37 | 74 | 0 | 0 | 415 | 143 | 106 |
| Binary | 10101111 | 1100101 | 11111110 | 11111 | 111100 | 0 | 0 | 100001101 | 1100011 | 1000110 |
Color Harmonies of #AF65FE
Complementary color
Monochromatic Colors of #AF65FE
Black with #AF65FE
Text Example
Text Example
White with #AF65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65FE; }
p { color: rgb(175,101,254); }
H1.HeaderClassName
{
color: #AF65FE;
}
.AnyTagClassName
{
color: #AF65FE;
}
</style>
background-color css
<style>
a { background-color: #AF65FE; }
a { background-color: rgb(175,101,254); }
div.DivClassName
{
background-color: #AF65FE;
}
.BgClassName
{
background-color: #AF65FE;
}
</style>
border-color css
<style>
span { border-color: #AF65FE; }
span { border-color: rgb(175,101,254); }
td.TdClassName
{
border-color: #AF65FE;
}
.TagClassName
{
border-color: #AF65FE;
}
</style>