Shades of Medium Orchid #AF44CA
Tints of Medium Orchid #AF44CA
RGB
CMYK
RGB Variations
Color information
#AF44CA (or 0xAF44CA) is known color: Medium Orchid. HEX triplet: AF, 44 and CA. RGB value is (175,68,202). Sum of RGB (Red+Green+Blue) = 175+68+202=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF44CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44CA is #50BB35. Grayscale: #727272. Windows color (decimal): -5290806 or 13255855. OLE color: 13255855.
HSL color Cylindrical-coordinate representation of color #AF44CA: hue angle of 287.91º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF44CA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 68 | 202 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.21 |
| HSL | 287.91º | 0.56% | 0.53% | - |
| HSV(B) | 287.91º | 0.66% | 0.79% | - |
| XYZ | 30.41 | 17.51 | 57.65 | - |
| YUV | 115.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 202 | 0.13 | 0.66 | 0 | 0.21 | 287.91 | 0.56 | 0.53 |
| Hex | AF | 44 | CA | D | 42 | 0 | 15 | 120 | 38 | 35 |
| Octal | 257 | 104 | 312 | 15 | 102 | 0 | 25 | 440 | 70 | 65 |
| Binary | 10101111 | 1000100 | 11001010 | 1101 | 1000010 | 0 | 10101 | 100100000 | 111000 | 110101 |
Color Harmonies of #AF44CA
Complementary color
Monochromatic Colors of #AF44CA
Black with #AF44CA
Text Example
Text Example
White with #AF44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44CA; }
p { color: rgb(175,68,202); }
H1.HeaderClassName
{
color: #AF44CA;
}
.AnyTagClassName
{
color: #AF44CA;
}
</style>
background-color css
<style>
a { background-color: #AF44CA; }
a { background-color: rgb(175,68,202); }
div.DivClassName
{
background-color: #AF44CA;
}
.BgClassName
{
background-color: #AF44CA;
}
</style>
border-color css
<style>
span { border-color: #AF44CA; }
span { border-color: rgb(175,68,202); }
td.TdClassName
{
border-color: #AF44CA;
}
.TagClassName
{
border-color: #AF44CA;
}
</style>