Shades of Medium Orchid #AF67C9
Tints of Medium Orchid #AF67C9
RGB
CMYK
RGB Variations
Color information
#AF67C9 (or 0xAF67C9) is known color: Medium Orchid. HEX triplet: AF, 67 and C9. RGB value is (175,103,201). Sum of RGB (Red+Green+Blue) = 175+103+201=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF67C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67C9 is #509836. Grayscale: #878787. Windows color (decimal): -5281847 or 13199279. OLE color: 13199279.
HSL color Cylindrical-coordinate representation of color #AF67C9: hue angle of 284.08º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF67C9 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 103 | 201 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.21 |
| HSL | 284.08º | 0.48% | 0.6% | - |
| HSV(B) | 284.08º | 0.49% | 0.79% | - |
| XYZ | 33.07 | 23.03 | 57.96 | - |
| YUV | 135.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 201 | 0.13 | 0.49 | 0 | 0.21 | 284.08 | 0.48 | 0.6 |
| Hex | AF | 67 | C9 | D | 31 | 0 | 15 | 11C | 30 | 3C |
| Octal | 257 | 147 | 311 | 15 | 61 | 0 | 25 | 434 | 60 | 74 |
| Binary | 10101111 | 1100111 | 11001001 | 1101 | 110001 | 0 | 10101 | 100011100 | 110000 | 111100 |
Color Harmonies of #AF67C9
Complementary color
Monochromatic Colors of #AF67C9
Black with #AF67C9
Text Example
Text Example
White with #AF67C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67C9; }
p { color: rgb(175,103,201); }
H1.HeaderClassName
{
color: #AF67C9;
}
.AnyTagClassName
{
color: #AF67C9;
}
</style>
background-color css
<style>
a { background-color: #AF67C9; }
a { background-color: rgb(175,103,201); }
div.DivClassName
{
background-color: #AF67C9;
}
.BgClassName
{
background-color: #AF67C9;
}
</style>
border-color css
<style>
span { border-color: #AF67C9; }
span { border-color: rgb(175,103,201); }
td.TdClassName
{
border-color: #AF67C9;
}
.TagClassName
{
border-color: #AF67C9;
}
</style>