Shades of Medium Orchid #AF52CE
Tints of Medium Orchid #AF52CE
RGB
CMYK
RGB Variations
Color information
#AF52CE (or 0xAF52CE) is known color: Medium Orchid. HEX triplet: AF, 52 and CE. RGB value is (175,82,206). Sum of RGB (Red+Green+Blue) = 175+82+206=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF52CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52CE is #50AD31. Grayscale: #7B7B7B. Windows color (decimal): -5287218 or 13521583. OLE color: 13521583.
HSL color Cylindrical-coordinate representation of color #AF52CE: hue angle of 285º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF52CE is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 82 | 206 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.19 |
| HSL | 285º | 0.56% | 0.56% | - |
| HSV(B) | 285º | 0.6% | 0.81% | - |
| XYZ | 31.84 | 19.6 | 60.5 | - |
| YUV | 123.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 206 | 0.15 | 0.60 | 0 | 0.19 | 285 | 0.56 | 0.56 |
| Hex | AF | 52 | CE | F | 3C | 0 | 13 | 11D | 38 | 38 |
| Octal | 257 | 122 | 316 | 17 | 74 | 0 | 23 | 435 | 70 | 70 |
| Binary | 10101111 | 1010010 | 11001110 | 1111 | 111100 | 0 | 10011 | 100011101 | 111000 | 111000 |
Color Harmonies of #AF52CE
Complementary color
Monochromatic Colors of #AF52CE
Black with #AF52CE
Text Example
Text Example
White with #AF52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52CE; }
p { color: rgb(175,82,206); }
H1.HeaderClassName
{
color: #AF52CE;
}
.AnyTagClassName
{
color: #AF52CE;
}
</style>
background-color css
<style>
a { background-color: #AF52CE; }
a { background-color: rgb(175,82,206); }
div.DivClassName
{
background-color: #AF52CE;
}
.BgClassName
{
background-color: #AF52CE;
}
</style>
border-color css
<style>
span { border-color: #AF52CE; }
span { border-color: rgb(175,82,206); }
td.TdClassName
{
border-color: #AF52CE;
}
.TagClassName
{
border-color: #AF52CE;
}
</style>