Shades of Medium Purple #AF6BED
Tints of Medium Purple #AF6BED
RGB
CMYK
RGB Variations
Color information
#AF6BED (or 0xAF6BED) is known color: Medium Purple. HEX triplet: AF, 6B and ED. RGB value is (175,107,237). Sum of RGB (Red+Green+Blue) = 175+107+237=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF6BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BED is #509412. Grayscale: #8D8D8D. Windows color (decimal): -5280787 or 15559599. OLE color: 15559599.
HSL color Cylindrical-coordinate representation of color #AF6BED: hue angle of 271.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF6BED is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 107 | 237 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.07 |
| HSL | 271.38º | 0.78% | 0.67% | - |
| HSV(B) | 271.38º | 0.55% | 0.93% | - |
| XYZ | 38.22 | 25.74 | 83.08 | - |
| YUV | 142.15 | 181.53 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 237 | 0.26 | 0.55 | 0 | 0.07 | 271.38 | 0.78 | 0.67 |
| Hex | AF | 6B | ED | 1A | 37 | 0 | 7 | 10F | 4E | 43 |
| Octal | 257 | 153 | 355 | 32 | 67 | 0 | 7 | 417 | 116 | 103 |
| Binary | 10101111 | 1101011 | 11101101 | 11010 | 110111 | 0 | 111 | 100001111 | 1001110 | 1000011 |
Color Harmonies of #AF6BED
Complementary color
Monochromatic Colors of #AF6BED
Black with #AF6BED
Text Example
Text Example
White with #AF6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BED; }
p { color: rgb(175,107,237); }
H1.HeaderClassName
{
color: #AF6BED;
}
.AnyTagClassName
{
color: #AF6BED;
}
</style>
background-color css
<style>
a { background-color: #AF6BED; }
a { background-color: rgb(175,107,237); }
div.DivClassName
{
background-color: #AF6BED;
}
.BgClassName
{
background-color: #AF6BED;
}
</style>
border-color css
<style>
span { border-color: #AF6BED; }
span { border-color: rgb(175,107,237); }
td.TdClassName
{
border-color: #AF6BED;
}
.TagClassName
{
border-color: #AF6BED;
}
</style>