Shades of Medium Orchid #AF67D8
Tints of Medium Orchid #AF67D8
RGB
CMYK
RGB Variations
Color information
#AF67D8 (or 0xAF67D8) is known color: Medium Orchid. HEX triplet: AF, 67 and D8. RGB value is (175,103,216). Sum of RGB (Red+Green+Blue) = 175+103+216=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF67D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67D8 is #509827. Grayscale: #898989. Windows color (decimal): -5281832 or 14182319. OLE color: 14182319.
HSL color Cylindrical-coordinate representation of color #AF67D8: hue angle of 278.23º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF67D8 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 103 | 216 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.15 |
| HSL | 278.23º | 0.59% | 0.63% | - |
| HSV(B) | 278.23º | 0.52% | 0.85% | - |
| XYZ | 34.92 | 23.77 | 67.71 | - |
| YUV | 137.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 216 | 0.19 | 0.52 | 0 | 0.15 | 278.23 | 0.59 | 0.63 |
| Hex | AF | 67 | D8 | 13 | 34 | 0 | F | 116 | 3B | 3F |
| Octal | 257 | 147 | 330 | 23 | 64 | 0 | 17 | 426 | 73 | 77 |
| Binary | 10101111 | 1100111 | 11011000 | 10011 | 110100 | 0 | 1111 | 100010110 | 111011 | 111111 |
Color Harmonies of #AF67D8
Complementary color
Monochromatic Colors of #AF67D8
Black with #AF67D8
Text Example
Text Example
White with #AF67D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67D8; }
p { color: rgb(175,103,216); }
H1.HeaderClassName
{
color: #AF67D8;
}
.AnyTagClassName
{
color: #AF67D8;
}
</style>
background-color css
<style>
a { background-color: #AF67D8; }
a { background-color: rgb(175,103,216); }
div.DivClassName
{
background-color: #AF67D8;
}
.BgClassName
{
background-color: #AF67D8;
}
</style>
border-color css
<style>
span { border-color: #AF67D8; }
span { border-color: rgb(175,103,216); }
td.TdClassName
{
border-color: #AF67D8;
}
.TagClassName
{
border-color: #AF67D8;
}
</style>