Shades of Medium Orchid #AF69D4
Tints of Medium Orchid #AF69D4
RGB
CMYK
RGB Variations
Color information
#AF69D4 (or 0xAF69D4) is known color: Medium Orchid. HEX triplet: AF, 69 and D4. RGB value is (175,105,212). Sum of RGB (Red+Green+Blue) = 175+105+212=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF69D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69D4 is #50962B. Grayscale: #898989. Windows color (decimal): -5281324 or 13920687. OLE color: 13920687.
HSL color Cylindrical-coordinate representation of color #AF69D4: hue angle of 279.25º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF69D4 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 105 | 212 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.17 |
| HSL | 279.25º | 0.55% | 0.62% | - |
| HSV(B) | 279.25º | 0.5% | 0.83% | - |
| XYZ | 34.61 | 23.97 | 65.09 | - |
| YUV | 138.13 | 169.69 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 212 | 0.17 | 0.50 | 0 | 0.17 | 279.25 | 0.55 | 0.62 |
| Hex | AF | 69 | D4 | 11 | 32 | 0 | 11 | 117 | 37 | 3E |
| Octal | 257 | 151 | 324 | 21 | 62 | 0 | 21 | 427 | 67 | 76 |
| Binary | 10101111 | 1101001 | 11010100 | 10001 | 110010 | 0 | 10001 | 100010111 | 110111 | 111110 |
Color Harmonies of #AF69D4
Complementary color
Monochromatic Colors of #AF69D4
Black with #AF69D4
Text Example
Text Example
White with #AF69D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF69D4; }
p { color: rgb(175,105,212); }
H1.HeaderClassName
{
color: #AF69D4;
}
.AnyTagClassName
{
color: #AF69D4;
}
</style>
background-color css
<style>
a { background-color: #AF69D4; }
a { background-color: rgb(175,105,212); }
div.DivClassName
{
background-color: #AF69D4;
}
.BgClassName
{
background-color: #AF69D4;
}
</style>
border-color css
<style>
span { border-color: #AF69D4; }
span { border-color: rgb(175,105,212); }
td.TdClassName
{
border-color: #AF69D4;
}
.TagClassName
{
border-color: #AF69D4;
}
</style>