Shades of Medium Orchid #AF52D3
Tints of Medium Orchid #AF52D3
RGB
CMYK
RGB Variations
Color information
#AF52D3 (or 0xAF52D3) is known color: Medium Orchid. HEX triplet: AF, 52 and D3. RGB value is (175,82,211). Sum of RGB (Red+Green+Blue) = 175+82+211=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF52D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52D3 is #50AD2C. Grayscale: #7C7C7C. Windows color (decimal): -5287213 or 13849263. OLE color: 13849263.
HSL color Cylindrical-coordinate representation of color #AF52D3: hue angle of 283.26º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF52D3 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 82 | 211 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.17 |
| HSL | 283.26º | 0.59% | 0.57% | - |
| HSV(B) | 283.26º | 0.61% | 0.83% | - |
| XYZ | 32.45 | 19.85 | 63.75 | - |
| YUV | 124.51 | 176.81 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 211 | 0.17 | 0.61 | 0 | 0.17 | 283.26 | 0.59 | 0.57 |
| Hex | AF | 52 | D3 | 11 | 3D | 0 | 11 | 11B | 3B | 39 |
| Octal | 257 | 122 | 323 | 21 | 75 | 0 | 21 | 433 | 73 | 71 |
| Binary | 10101111 | 1010010 | 11010011 | 10001 | 111101 | 0 | 10001 | 100011011 | 111011 | 111001 |
Color Harmonies of #AF52D3
Complementary color
Monochromatic Colors of #AF52D3
Black with #AF52D3
Text Example
Text Example
White with #AF52D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52D3; }
p { color: rgb(175,82,211); }
H1.HeaderClassName
{
color: #AF52D3;
}
.AnyTagClassName
{
color: #AF52D3;
}
</style>
background-color css
<style>
a { background-color: #AF52D3; }
a { background-color: rgb(175,82,211); }
div.DivClassName
{
background-color: #AF52D3;
}
.BgClassName
{
background-color: #AF52D3;
}
</style>
border-color css
<style>
span { border-color: #AF52D3; }
span { border-color: rgb(175,82,211); }
td.TdClassName
{
border-color: #AF52D3;
}
.TagClassName
{
border-color: #AF52D3;
}
</style>