Shades of Medium Purple #AF6CEE
Tints of Medium Purple #AF6CEE
RGB
CMYK
RGB Variations
Color information
#AF6CEE (or 0xAF6CEE) is known color: Medium Purple. HEX triplet: AF, 6C and EE. RGB value is (175,108,238). Sum of RGB (Red+Green+Blue) = 175+108+238=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF6CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CEE is #509311. Grayscale: #8E8E8E. Windows color (decimal): -5280530 or 15625391. OLE color: 15625391.
HSL color Cylindrical-coordinate representation of color #AF6CEE: hue angle of 270.92º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF6CEE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 108 | 238 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.07 |
| HSL | 270.92º | 0.79% | 0.68% | - |
| HSV(B) | 270.92º | 0.55% | 0.93% | - |
| XYZ | 38.47 | 26.01 | 83.88 | - |
| YUV | 142.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 238 | 0.26 | 0.55 | 0 | 0.07 | 270.92 | 0.79 | 0.68 |
| Hex | AF | 6C | EE | 1A | 37 | 0 | 7 | 10F | 4F | 44 |
| Octal | 257 | 154 | 356 | 32 | 67 | 0 | 7 | 417 | 117 | 104 |
| Binary | 10101111 | 1101100 | 11101110 | 11010 | 110111 | 0 | 111 | 100001111 | 1001111 | 1000100 |
Color Harmonies of #AF6CEE
Complementary color
Monochromatic Colors of #AF6CEE
Black with #AF6CEE
Text Example
Text Example
White with #AF6CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CEE; }
p { color: rgb(175,108,238); }
H1.HeaderClassName
{
color: #AF6CEE;
}
.AnyTagClassName
{
color: #AF6CEE;
}
</style>
background-color css
<style>
a { background-color: #AF6CEE; }
a { background-color: rgb(175,108,238); }
div.DivClassName
{
background-color: #AF6CEE;
}
.BgClassName
{
background-color: #AF6CEE;
}
</style>
border-color css
<style>
span { border-color: #AF6CEE; }
span { border-color: rgb(175,108,238); }
td.TdClassName
{
border-color: #AF6CEE;
}
.TagClassName
{
border-color: #AF6CEE;
}
</style>