Shades of Medium Orchid #AF62CA
Tints of Medium Orchid #AF62CA
RGB
CMYK
RGB Variations
Color information
#AF62CA (or 0xAF62CA) is known color: Medium Orchid. HEX triplet: AF, 62 and CA. RGB value is (175,98,202). Sum of RGB (Red+Green+Blue) = 175+98+202=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF62CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62CA is #509D35. Grayscale: #848484. Windows color (decimal): -5283126 or 13263535. OLE color: 13263535.
HSL color Cylindrical-coordinate representation of color #AF62CA: hue angle of 284.42º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF62CA is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 98 | 202 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.21 |
| HSL | 284.42º | 0.5% | 0.59% | - |
| HSV(B) | 284.42º | 0.51% | 0.79% | - |
| XYZ | 32.71 | 22.11 | 58.42 | - |
| YUV | 132.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 202 | 0.13 | 0.51 | 0 | 0.21 | 284.42 | 0.5 | 0.59 |
| Hex | AF | 62 | CA | D | 33 | 0 | 15 | 11C | 32 | 3B |
| Octal | 257 | 142 | 312 | 15 | 63 | 0 | 25 | 434 | 62 | 73 |
| Binary | 10101111 | 1100010 | 11001010 | 1101 | 110011 | 0 | 10101 | 100011100 | 110010 | 111011 |
Color Harmonies of #AF62CA
Complementary color
Monochromatic Colors of #AF62CA
Black with #AF62CA
Text Example
Text Example
White with #AF62CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62CA; }
p { color: rgb(175,98,202); }
H1.HeaderClassName
{
color: #AF62CA;
}
.AnyTagClassName
{
color: #AF62CA;
}
</style>
background-color css
<style>
a { background-color: #AF62CA; }
a { background-color: rgb(175,98,202); }
div.DivClassName
{
background-color: #AF62CA;
}
.BgClassName
{
background-color: #AF62CA;
}
</style>
border-color css
<style>
span { border-color: #AF62CA; }
span { border-color: rgb(175,98,202); }
td.TdClassName
{
border-color: #AF62CA;
}
.TagClassName
{
border-color: #AF62CA;
}
</style>