Shades of Medium Purple #AF62FE
Tints of Medium Purple #AF62FE
RGB
CMYK
RGB Variations
Color information
#AF62FE (or 0xAF62FE) is known color: Medium Purple. HEX triplet: AF, 62 and FE. RGB value is (175,98,254). Sum of RGB (Red+Green+Blue) = 175+98+254=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF62FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF62FE is #509D01. Grayscale: #8A8A8A. Windows color (decimal): -5283074 or 16671407. OLE color: 16671407.
HSL color Cylindrical-coordinate representation of color #AF62FE: hue angle of 269.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF62FE is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 98 | 254 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.00 |
| HSL | 269.62º | 0.99% | 0.69% | - |
| HSV(B) | 269.62º | 0.61% | 1% | - |
| XYZ | 39.94 | 25.01 | 96.49 | - |
| YUV | 138.81 | 193.01 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 254 | 0.31 | 0.61 | 0 | 0.00 | 269.62 | 0.99 | 0.69 |
| Hex | AF | 62 | FE | 1F | 3D | 0 | 0 | 10E | 63 | 45 |
| Octal | 257 | 142 | 376 | 37 | 75 | 0 | 0 | 416 | 143 | 105 |
| Binary | 10101111 | 1100010 | 11111110 | 11111 | 111101 | 0 | 0 | 100001110 | 1100011 | 1000101 |
Color Harmonies of #AF62FE
Complementary color
Monochromatic Colors of #AF62FE
Black with #AF62FE
Text Example
Text Example
White with #AF62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62FE; }
p { color: rgb(175,98,254); }
H1.HeaderClassName
{
color: #AF62FE;
}
.AnyTagClassName
{
color: #AF62FE;
}
</style>
background-color css
<style>
a { background-color: #AF62FE; }
a { background-color: rgb(175,98,254); }
div.DivClassName
{
background-color: #AF62FE;
}
.BgClassName
{
background-color: #AF62FE;
}
</style>
border-color css
<style>
span { border-color: #AF62FE; }
span { border-color: rgb(175,98,254); }
td.TdClassName
{
border-color: #AF62FE;
}
.TagClassName
{
border-color: #AF62FE;
}
</style>