Shades of Medium Orchid #AF6BBE
Tints of Medium Orchid #AF6BBE
RGB
CMYK
RGB Variations
Color information
#AF6BBE (or 0xAF6BBE) is known color: Medium Orchid. HEX triplet: AF, 6B and BE. RGB value is (175,107,190). Sum of RGB (Red+Green+Blue) = 175+107+190=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF6BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BBE is #509441. Grayscale: #888888. Windows color (decimal): -5280834 or 12479407. OLE color: 12479407.
HSL color Cylindrical-coordinate representation of color #AF6BBE: hue angle of 289.16º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF6BBE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 107 | 190 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.25 |
| HSL | 289.16º | 0.39% | 0.58% | - |
| HSV(B) | 289.16º | 0.44% | 0.75% | - |
| XYZ | 32.23 | 23.35 | 51.52 | - |
| YUV | 136.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 190 | 0.08 | 0.44 | 0 | 0.25 | 289.16 | 0.39 | 0.58 |
| Hex | AF | 6B | BE | 8 | 2C | 0 | 19 | 121 | 27 | 3A |
| Octal | 257 | 153 | 276 | 10 | 54 | 0 | 31 | 441 | 47 | 72 |
| Binary | 10101111 | 1101011 | 10111110 | 1000 | 101100 | 0 | 11001 | 100100001 | 100111 | 111010 |
Color Harmonies of #AF6BBE
Complementary color
Monochromatic Colors of #AF6BBE
Black with #AF6BBE
Text Example
Text Example
White with #AF6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BBE; }
p { color: rgb(175,107,190); }
H1.HeaderClassName
{
color: #AF6BBE;
}
.AnyTagClassName
{
color: #AF6BBE;
}
</style>
background-color css
<style>
a { background-color: #AF6BBE; }
a { background-color: rgb(175,107,190); }
div.DivClassName
{
background-color: #AF6BBE;
}
.BgClassName
{
background-color: #AF6BBE;
}
</style>
border-color css
<style>
span { border-color: #AF6BBE; }
span { border-color: rgb(175,107,190); }
td.TdClassName
{
border-color: #AF6BBE;
}
.TagClassName
{
border-color: #AF6BBE;
}
</style>