Shades of Medium Purple #AF6CFE
Tints of Medium Purple #AF6CFE
RGB
CMYK
RGB Variations
Color information
#AF6CFE (or 0xAF6CFE) is known color: Medium Purple. HEX triplet: AF, 6C and FE. RGB value is (175,108,254). Sum of RGB (Red+Green+Blue) = 175+108+254=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF6CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CFE is #509301. Grayscale: #909090. Windows color (decimal): -5280514 or 16673967. OLE color: 16673967.
HSL color Cylindrical-coordinate representation of color #AF6CFE: hue angle of 267.53º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6CFE is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 108 | 254 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.00 |
| HSL | 267.53º | 0.99% | 0.71% | - |
| HSV(B) | 267.53º | 0.57% | 1% | - |
| XYZ | 40.93 | 26.99 | 96.82 | - |
| YUV | 144.68 | 189.7 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 254 | 0.31 | 0.57 | 0 | 0.00 | 267.53 | 0.99 | 0.71 |
| Hex | AF | 6C | FE | 1F | 39 | 0 | 0 | 10C | 63 | 47 |
| Octal | 257 | 154 | 376 | 37 | 71 | 0 | 0 | 414 | 143 | 107 |
| Binary | 10101111 | 1101100 | 11111110 | 11111 | 111001 | 0 | 0 | 100001100 | 1100011 | 1000111 |
Color Harmonies of #AF6CFE
Complementary color
Monochromatic Colors of #AF6CFE
Black with #AF6CFE
Text Example
Text Example
White with #AF6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CFE; }
p { color: rgb(175,108,254); }
H1.HeaderClassName
{
color: #AF6CFE;
}
.AnyTagClassName
{
color: #AF6CFE;
}
</style>
background-color css
<style>
a { background-color: #AF6CFE; }
a { background-color: rgb(175,108,254); }
div.DivClassName
{
background-color: #AF6CFE;
}
.BgClassName
{
background-color: #AF6CFE;
}
</style>
border-color css
<style>
span { border-color: #AF6CFE; }
span { border-color: rgb(175,108,254); }
td.TdClassName
{
border-color: #AF6CFE;
}
.TagClassName
{
border-color: #AF6CFE;
}
</style>