Shades of Medium Orchid #AF69D7
Tints of Medium Orchid #AF69D7
RGB
CMYK
RGB Variations
Color information
#AF69D7 (or 0xAF69D7) is known color: Medium Orchid. HEX triplet: AF, 69 and D7. RGB value is (175,105,215). Sum of RGB (Red+Green+Blue) = 175+105+215=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF69D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69D7 is #509628. Grayscale: #8A8A8A. Windows color (decimal): -5281321 or 14117295. OLE color: 14117295.
HSL color Cylindrical-coordinate representation of color #AF69D7: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF69D7 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 105 | 215 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.16 |
| HSL | 278.18º | 0.58% | 0.63% | - |
| HSV(B) | 278.18º | 0.51% | 0.84% | - |
| XYZ | 35 | 24.12 | 67.1 | - |
| YUV | 138.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 215 | 0.19 | 0.51 | 0 | 0.16 | 278.18 | 0.58 | 0.63 |
| Hex | AF | 69 | D7 | 13 | 33 | 0 | 10 | 116 | 3A | 3F |
| Octal | 257 | 151 | 327 | 23 | 63 | 0 | 20 | 426 | 72 | 77 |
| Binary | 10101111 | 1101001 | 11010111 | 10011 | 110011 | 0 | 10000 | 100010110 | 111010 | 111111 |
Color Harmonies of #AF69D7
Complementary color
Monochromatic Colors of #AF69D7
Black with #AF69D7
Text Example
Text Example
White with #AF69D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF69D7; }
p { color: rgb(175,105,215); }
H1.HeaderClassName
{
color: #AF69D7;
}
.AnyTagClassName
{
color: #AF69D7;
}
</style>
background-color css
<style>
a { background-color: #AF69D7; }
a { background-color: rgb(175,105,215); }
div.DivClassName
{
background-color: #AF69D7;
}
.BgClassName
{
background-color: #AF69D7;
}
</style>
border-color css
<style>
span { border-color: #AF69D7; }
span { border-color: rgb(175,105,215); }
td.TdClassName
{
border-color: #AF69D7;
}
.TagClassName
{
border-color: #AF69D7;
}
</style>