Shades of Medium Orchid #AF40CA
Tints of Medium Orchid #AF40CA
RGB
CMYK
RGB Variations
Color information
#AF40CA (or 0xAF40CA) is known color: Medium Orchid. HEX triplet: AF, 40 and CA. RGB value is (175,64,202). Sum of RGB (Red+Green+Blue) = 175+64+202=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF40CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40CA is #50BF35. Grayscale: #707070. Windows color (decimal): -5291830 or 13254831. OLE color: 13254831.
HSL color Cylindrical-coordinate representation of color #AF40CA: hue angle of 288.26º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF40CA is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 64 | 202 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.21 |
| HSL | 288.26º | 0.57% | 0.52% | - |
| HSV(B) | 288.26º | 0.68% | 0.79% | - |
| XYZ | 30.17 | 17.05 | 57.58 | - |
| YUV | 112.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 202 | 0.13 | 0.68 | 0 | 0.21 | 288.26 | 0.57 | 0.52 |
| Hex | AF | 40 | CA | D | 44 | 0 | 15 | 120 | 39 | 34 |
| Octal | 257 | 100 | 312 | 15 | 104 | 0 | 25 | 440 | 71 | 64 |
| Binary | 10101111 | 1000000 | 11001010 | 1101 | 1000100 | 0 | 10101 | 100100000 | 111001 | 110100 |
Color Harmonies of #AF40CA
Complementary color
Monochromatic Colors of #AF40CA
Black with #AF40CA
Text Example
Text Example
White with #AF40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40CA; }
p { color: rgb(175,64,202); }
H1.HeaderClassName
{
color: #AF40CA;
}
.AnyTagClassName
{
color: #AF40CA;
}
</style>
background-color css
<style>
a { background-color: #AF40CA; }
a { background-color: rgb(175,64,202); }
div.DivClassName
{
background-color: #AF40CA;
}
.BgClassName
{
background-color: #AF40CA;
}
</style>
border-color css
<style>
span { border-color: #AF40CA; }
span { border-color: rgb(175,64,202); }
td.TdClassName
{
border-color: #AF40CA;
}
.TagClassName
{
border-color: #AF40CA;
}
</style>