Shades of Medium Orchid #AF52CB
Tints of Medium Orchid #AF52CB
RGB
CMYK
RGB Variations
Color information
#AF52CB (or 0xAF52CB) is known color: Medium Orchid. HEX triplet: AF, 52 and CB. RGB value is (175,82,203). Sum of RGB (Red+Green+Blue) = 175+82+203=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52CB is #50AD34. Grayscale: #7B7B7B. Windows color (decimal): -5287221 or 13324975. OLE color: 13324975.
HSL color Cylindrical-coordinate representation of color #AF52CB: hue angle of 286.12º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF52CB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 82 | 203 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.20 |
| HSL | 286.12º | 0.54% | 0.56% | - |
| HSV(B) | 286.12º | 0.6% | 0.8% | - |
| XYZ | 31.48 | 19.46 | 58.6 | - |
| YUV | 123.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 203 | 0.14 | 0.60 | 0 | 0.20 | 286.12 | 0.54 | 0.56 |
| Hex | AF | 52 | CB | E | 3C | 0 | 14 | 11E | 36 | 38 |
| Octal | 257 | 122 | 313 | 16 | 74 | 0 | 24 | 436 | 66 | 70 |
| Binary | 10101111 | 1010010 | 11001011 | 1110 | 111100 | 0 | 10100 | 100011110 | 110110 | 111000 |
Color Harmonies of #AF52CB
Complementary color
Monochromatic Colors of #AF52CB
Black with #AF52CB
Text Example
Text Example
White with #AF52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52CB; }
p { color: rgb(175,82,203); }
H1.HeaderClassName
{
color: #AF52CB;
}
.AnyTagClassName
{
color: #AF52CB;
}
</style>
background-color css
<style>
a { background-color: #AF52CB; }
a { background-color: rgb(175,82,203); }
div.DivClassName
{
background-color: #AF52CB;
}
.BgClassName
{
background-color: #AF52CB;
}
</style>
border-color css
<style>
span { border-color: #AF52CB; }
span { border-color: rgb(175,82,203); }
td.TdClassName
{
border-color: #AF52CB;
}
.TagClassName
{
border-color: #AF52CB;
}
</style>