Shades of Medium Orchid #AF52CA
Tints of Medium Orchid #AF52CA
RGB
CMYK
RGB Variations
Color information
#AF52CA (or 0xAF52CA) is known color: Medium Orchid. HEX triplet: AF, 52 and CA. RGB value is (175,82,202). Sum of RGB (Red+Green+Blue) = 175+82+202=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52CA is #50AD35. Grayscale: #7B7B7B. Windows color (decimal): -5287222 or 13259439. OLE color: 13259439.
HSL color Cylindrical-coordinate representation of color #AF52CA: hue angle of 286.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF52CA is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 82 | 202 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.21 |
| HSL | 286.5º | 0.53% | 0.56% | - |
| HSV(B) | 286.5º | 0.59% | 0.79% | - |
| XYZ | 31.36 | 19.41 | 57.97 | - |
| YUV | 123.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 202 | 0.13 | 0.59 | 0 | 0.21 | 286.5 | 0.53 | 0.56 |
| Hex | AF | 52 | CA | D | 3B | 0 | 15 | 11E | 35 | 38 |
| Octal | 257 | 122 | 312 | 15 | 73 | 0 | 25 | 436 | 65 | 70 |
| Binary | 10101111 | 1010010 | 11001010 | 1101 | 111011 | 0 | 10101 | 100011110 | 110101 | 111000 |
Color Harmonies of #AF52CA
Complementary color
Monochromatic Colors of #AF52CA
Black with #AF52CA
Text Example
Text Example
White with #AF52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52CA; }
p { color: rgb(175,82,202); }
H1.HeaderClassName
{
color: #AF52CA;
}
.AnyTagClassName
{
color: #AF52CA;
}
</style>
background-color css
<style>
a { background-color: #AF52CA; }
a { background-color: rgb(175,82,202); }
div.DivClassName
{
background-color: #AF52CA;
}
.BgClassName
{
background-color: #AF52CA;
}
</style>
border-color css
<style>
span { border-color: #AF52CA; }
span { border-color: rgb(175,82,202); }
td.TdClassName
{
border-color: #AF52CA;
}
.TagClassName
{
border-color: #AF52CA;
}
</style>