Shades of Medium Purple #AF6FFE
Tints of Medium Purple #AF6FFE
RGB
CMYK
RGB Variations
Color information
#AF6FFE (or 0xAF6FFE) is known color: Medium Purple. HEX triplet: AF, 6F and FE. RGB value is (175,111,254). Sum of RGB (Red+Green+Blue) = 175+111+254=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF6FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FFE is #509001. Grayscale: #919191. Windows color (decimal): -5279746 or 16674735. OLE color: 16674735.
HSL color Cylindrical-coordinate representation of color #AF6FFE: hue angle of 266.85º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF6FFE is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 111 | 254 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.00 |
| HSL | 266.85º | 0.99% | 0.72% | - |
| HSV(B) | 266.85º | 0.56% | 1% | - |
| XYZ | 41.25 | 27.64 | 96.93 | - |
| YUV | 146.44 | 188.7 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 254 | 0.31 | 0.56 | 0 | 0.00 | 266.85 | 0.99 | 0.72 |
| Hex | AF | 6F | FE | 1F | 38 | 0 | 0 | 10B | 63 | 48 |
| Octal | 257 | 157 | 376 | 37 | 70 | 0 | 0 | 413 | 143 | 110 |
| Binary | 10101111 | 1101111 | 11111110 | 11111 | 111000 | 0 | 0 | 100001011 | 1100011 | 1001000 |
Color Harmonies of #AF6FFE
Complementary color
Monochromatic Colors of #AF6FFE
Black with #AF6FFE
Text Example
Text Example
White with #AF6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FFE; }
p { color: rgb(175,111,254); }
H1.HeaderClassName
{
color: #AF6FFE;
}
.AnyTagClassName
{
color: #AF6FFE;
}
</style>
background-color css
<style>
a { background-color: #AF6FFE; }
a { background-color: rgb(175,111,254); }
div.DivClassName
{
background-color: #AF6FFE;
}
.BgClassName
{
background-color: #AF6FFE;
}
</style>
border-color css
<style>
span { border-color: #AF6FFE; }
span { border-color: rgb(175,111,254); }
td.TdClassName
{
border-color: #AF6FFE;
}
.TagClassName
{
border-color: #AF6FFE;
}
</style>