Shades of Medium Orchid #AF51CA
Tints of Medium Orchid #AF51CA
RGB
CMYK
RGB Variations
Color information
#AF51CA (or 0xAF51CA) is known color: Medium Orchid. HEX triplet: AF, 51 and CA. RGB value is (175,81,202). Sum of RGB (Red+Green+Blue) = 175+81+202=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF51CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51CA is #50AE35. Grayscale: #7A7A7A. Windows color (decimal): -5287478 or 13259183. OLE color: 13259183.
HSL color Cylindrical-coordinate representation of color #AF51CA: hue angle of 286.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF51CA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 81 | 202 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.21 |
| HSL | 286.61º | 0.53% | 0.55% | - |
| HSV(B) | 286.61º | 0.6% | 0.79% | - |
| XYZ | 31.28 | 19.26 | 57.95 | - |
| YUV | 122.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 202 | 0.13 | 0.60 | 0 | 0.21 | 286.61 | 0.53 | 0.55 |
| Hex | AF | 51 | CA | D | 3C | 0 | 15 | 11F | 35 | 37 |
| Octal | 257 | 121 | 312 | 15 | 74 | 0 | 25 | 437 | 65 | 67 |
| Binary | 10101111 | 1010001 | 11001010 | 1101 | 111100 | 0 | 10101 | 100011111 | 110101 | 110111 |
Color Harmonies of #AF51CA
Complementary color
Monochromatic Colors of #AF51CA
Black with #AF51CA
Text Example
Text Example
White with #AF51CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51CA; }
p { color: rgb(175,81,202); }
H1.HeaderClassName
{
color: #AF51CA;
}
.AnyTagClassName
{
color: #AF51CA;
}
</style>
background-color css
<style>
a { background-color: #AF51CA; }
a { background-color: rgb(175,81,202); }
div.DivClassName
{
background-color: #AF51CA;
}
.BgClassName
{
background-color: #AF51CA;
}
</style>
border-color css
<style>
span { border-color: #AF51CA; }
span { border-color: rgb(175,81,202); }
td.TdClassName
{
border-color: #AF51CA;
}
.TagClassName
{
border-color: #AF51CA;
}
</style>