Shades of Medium Orchid #AF43CF
Tints of Medium Orchid #AF43CF
RGB
CMYK
RGB Variations
Color information
#AF43CF (or 0xAF43CF) is known color: Medium Orchid. HEX triplet: AF, 43 and CF. RGB value is (175,67,207). Sum of RGB (Red+Green+Blue) = 175+67+207=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF43CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43CF is #50BC30. Grayscale: #727272. Windows color (decimal): -5291057 or 13583279. OLE color: 13583279.
HSL color Cylindrical-coordinate representation of color #AF43CF: hue angle of 286.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF43CF is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 67 | 207 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.19 |
| HSL | 286.29º | 0.59% | 0.54% | - |
| HSV(B) | 286.29º | 0.68% | 0.81% | - |
| XYZ | 30.95 | 17.63 | 60.8 | - |
| YUV | 115.25 | 179.78 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 207 | 0.15 | 0.68 | 0 | 0.19 | 286.29 | 0.59 | 0.54 |
| Hex | AF | 43 | CF | F | 44 | 0 | 13 | 11E | 3B | 36 |
| Octal | 257 | 103 | 317 | 17 | 104 | 0 | 23 | 436 | 73 | 66 |
| Binary | 10101111 | 1000011 | 11001111 | 1111 | 1000100 | 0 | 10011 | 100011110 | 111011 | 110110 |
Color Harmonies of #AF43CF
Complementary color
Monochromatic Colors of #AF43CF
Black with #AF43CF
Text Example
Text Example
White with #AF43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43CF; }
p { color: rgb(175,67,207); }
H1.HeaderClassName
{
color: #AF43CF;
}
.AnyTagClassName
{
color: #AF43CF;
}
</style>
background-color css
<style>
a { background-color: #AF43CF; }
a { background-color: rgb(175,67,207); }
div.DivClassName
{
background-color: #AF43CF;
}
.BgClassName
{
background-color: #AF43CF;
}
</style>
border-color css
<style>
span { border-color: #AF43CF; }
span { border-color: rgb(175,67,207); }
td.TdClassName
{
border-color: #AF43CF;
}
.TagClassName
{
border-color: #AF43CF;
}
</style>