Shades of Medium Orchid #AF6BC9
Tints of Medium Orchid #AF6BC9
RGB
CMYK
RGB Variations
Color information
#AF6BC9 (or 0xAF6BC9) is known color: Medium Orchid. HEX triplet: AF, 6B and C9. RGB value is (175,107,201). Sum of RGB (Red+Green+Blue) = 175+107+201=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF6BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BC9 is #509436. Grayscale: #898989. Windows color (decimal): -5280823 or 13200303. OLE color: 13200303.
HSL color Cylindrical-coordinate representation of color #AF6BC9: hue angle of 283.4º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6BC9 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 107 | 201 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.21 |
| HSL | 283.4º | 0.47% | 0.6% | - |
| HSV(B) | 283.4º | 0.47% | 0.79% | - |
| XYZ | 33.48 | 23.85 | 58.1 | - |
| YUV | 138.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 201 | 0.13 | 0.47 | 0 | 0.21 | 283.4 | 0.47 | 0.6 |
| Hex | AF | 6B | C9 | D | 2F | 0 | 15 | 11B | 2F | 3C |
| Octal | 257 | 153 | 311 | 15 | 57 | 0 | 25 | 433 | 57 | 74 |
| Binary | 10101111 | 1101011 | 11001001 | 1101 | 101111 | 0 | 10101 | 100011011 | 101111 | 111100 |
Color Harmonies of #AF6BC9
Complementary color
Monochromatic Colors of #AF6BC9
Black with #AF6BC9
Text Example
Text Example
White with #AF6BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BC9; }
p { color: rgb(175,107,201); }
H1.HeaderClassName
{
color: #AF6BC9;
}
.AnyTagClassName
{
color: #AF6BC9;
}
</style>
background-color css
<style>
a { background-color: #AF6BC9; }
a { background-color: rgb(175,107,201); }
div.DivClassName
{
background-color: #AF6BC9;
}
.BgClassName
{
background-color: #AF6BC9;
}
</style>
border-color css
<style>
span { border-color: #AF6BC9; }
span { border-color: rgb(175,107,201); }
td.TdClassName
{
border-color: #AF6BC9;
}
.TagClassName
{
border-color: #AF6BC9;
}
</style>