Shades of Medium Orchid #AF67D7
Tints of Medium Orchid #AF67D7
RGB
CMYK
RGB Variations
Color information
#AF67D7 (or 0xAF67D7) is known color: Medium Orchid. HEX triplet: AF, 67 and D7. RGB value is (175,103,215). Sum of RGB (Red+Green+Blue) = 175+103+215=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF67D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67D7 is #509828. Grayscale: #888888. Windows color (decimal): -5281833 or 14116783. OLE color: 14116783.
HSL color Cylindrical-coordinate representation of color #AF67D7: hue angle of 278.57º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF67D7 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 103 | 215 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.16 |
| HSL | 278.57º | 0.58% | 0.62% | - |
| HSV(B) | 278.57º | 0.52% | 0.84% | - |
| XYZ | 34.8 | 23.72 | 67.03 | - |
| YUV | 137.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 215 | 0.19 | 0.52 | 0 | 0.16 | 278.57 | 0.58 | 0.62 |
| Hex | AF | 67 | D7 | 13 | 34 | 0 | 10 | 117 | 3A | 3E |
| Octal | 257 | 147 | 327 | 23 | 64 | 0 | 20 | 427 | 72 | 76 |
| Binary | 10101111 | 1100111 | 11010111 | 10011 | 110100 | 0 | 10000 | 100010111 | 111010 | 111110 |
Color Harmonies of #AF67D7
Complementary color
Monochromatic Colors of #AF67D7
Black with #AF67D7
Text Example
Text Example
White with #AF67D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67D7; }
p { color: rgb(175,103,215); }
H1.HeaderClassName
{
color: #AF67D7;
}
.AnyTagClassName
{
color: #AF67D7;
}
</style>
background-color css
<style>
a { background-color: #AF67D7; }
a { background-color: rgb(175,103,215); }
div.DivClassName
{
background-color: #AF67D7;
}
.BgClassName
{
background-color: #AF67D7;
}
</style>
border-color css
<style>
span { border-color: #AF67D7; }
span { border-color: rgb(175,103,215); }
td.TdClassName
{
border-color: #AF67D7;
}
.TagClassName
{
border-color: #AF67D7;
}
</style>