Shades of Medium Orchid #AF66C9
Tints of Medium Orchid #AF66C9
RGB
CMYK
RGB Variations
Color information
#AF66C9 (or 0xAF66C9) is known color: Medium Orchid. HEX triplet: AF, 66 and C9. RGB value is (175,102,201). Sum of RGB (Red+Green+Blue) = 175+102+201=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF66C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66C9 is #509936. Grayscale: #868686. Windows color (decimal): -5282103 or 13199023. OLE color: 13199023.
HSL color Cylindrical-coordinate representation of color #AF66C9: hue angle of 284.24º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF66C9 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 102 | 201 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.21 |
| HSL | 284.24º | 0.48% | 0.59% | - |
| HSV(B) | 284.24º | 0.49% | 0.79% | - |
| XYZ | 32.97 | 22.83 | 57.93 | - |
| YUV | 135.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 201 | 0.13 | 0.49 | 0 | 0.21 | 284.24 | 0.48 | 0.59 |
| Hex | AF | 66 | C9 | D | 31 | 0 | 15 | 11C | 30 | 3B |
| Octal | 257 | 146 | 311 | 15 | 61 | 0 | 25 | 434 | 60 | 73 |
| Binary | 10101111 | 1100110 | 11001001 | 1101 | 110001 | 0 | 10101 | 100011100 | 110000 | 111011 |
Color Harmonies of #AF66C9
Complementary color
Monochromatic Colors of #AF66C9
Black with #AF66C9
Text Example
Text Example
White with #AF66C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66C9; }
p { color: rgb(175,102,201); }
H1.HeaderClassName
{
color: #AF66C9;
}
.AnyTagClassName
{
color: #AF66C9;
}
</style>
background-color css
<style>
a { background-color: #AF66C9; }
a { background-color: rgb(175,102,201); }
div.DivClassName
{
background-color: #AF66C9;
}
.BgClassName
{
background-color: #AF66C9;
}
</style>
border-color css
<style>
span { border-color: #AF66C9; }
span { border-color: rgb(175,102,201); }
td.TdClassName
{
border-color: #AF66C9;
}
.TagClassName
{
border-color: #AF66C9;
}
</style>