Shades of Medium Purple #AF6CEB
Tints of Medium Purple #AF6CEB
RGB
CMYK
RGB Variations
Color information
#AF6CEB (or 0xAF6CEB) is known color: Medium Purple. HEX triplet: AF, 6C and EB. RGB value is (175,108,235). Sum of RGB (Red+Green+Blue) = 175+108+235=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF6CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CEB is #509314. Grayscale: #8E8E8E. Windows color (decimal): -5280533 or 15428783. OLE color: 15428783.
HSL color Cylindrical-coordinate representation of color #AF6CEB: hue angle of 271.65º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6CEB is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 108 | 235 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.08 |
| HSL | 271.65º | 0.76% | 0.67% | - |
| HSV(B) | 271.65º | 0.54% | 0.92% | - |
| XYZ | 38.04 | 25.84 | 81.58 | - |
| YUV | 142.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 235 | 0.26 | 0.54 | 0 | 0.08 | 271.65 | 0.76 | 0.67 |
| Hex | AF | 6C | EB | 1A | 36 | 0 | 8 | 110 | 4C | 43 |
| Octal | 257 | 154 | 353 | 32 | 66 | 0 | 10 | 420 | 114 | 103 |
| Binary | 10101111 | 1101100 | 11101011 | 11010 | 110110 | 0 | 1000 | 100010000 | 1001100 | 1000011 |
Color Harmonies of #AF6CEB
Complementary color
Monochromatic Colors of #AF6CEB
Black with #AF6CEB
Text Example
Text Example
White with #AF6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CEB; }
p { color: rgb(175,108,235); }
H1.HeaderClassName
{
color: #AF6CEB;
}
.AnyTagClassName
{
color: #AF6CEB;
}
</style>
background-color css
<style>
a { background-color: #AF6CEB; }
a { background-color: rgb(175,108,235); }
div.DivClassName
{
background-color: #AF6CEB;
}
.BgClassName
{
background-color: #AF6CEB;
}
</style>
border-color css
<style>
span { border-color: #AF6CEB; }
span { border-color: rgb(175,108,235); }
td.TdClassName
{
border-color: #AF6CEB;
}
.TagClassName
{
border-color: #AF6CEB;
}
</style>