Shades of Medium Orchid #AF52DA
Tints of Medium Orchid #AF52DA
RGB
CMYK
RGB Variations
Color information
#AF52DA (or 0xAF52DA) is known color: Medium Orchid. HEX triplet: AF, 52 and DA. RGB value is (175,82,218). Sum of RGB (Red+Green+Blue) = 175+82+218=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF52DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52DA is #50AD25. Grayscale: #7C7C7C. Windows color (decimal): -5287206 or 14308015. OLE color: 14308015.
HSL color Cylindrical-coordinate representation of color #AF52DA: hue angle of 281.03º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF52DA is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 82 | 218 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.15 |
| HSL | 281.03º | 0.65% | 0.59% | - |
| HSV(B) | 281.03º | 0.62% | 0.85% | - |
| XYZ | 33.35 | 20.21 | 68.47 | - |
| YUV | 125.31 | 180.31 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 218 | 0.20 | 0.62 | 0 | 0.15 | 281.03 | 0.65 | 0.59 |
| Hex | AF | 52 | DA | 14 | 3E | 0 | F | 119 | 41 | 3B |
| Octal | 257 | 122 | 332 | 24 | 76 | 0 | 17 | 431 | 101 | 73 |
| Binary | 10101111 | 1010010 | 11011010 | 10100 | 111110 | 0 | 1111 | 100011001 | 1000001 | 111011 |
Color Harmonies of #AF52DA
Complementary color
Monochromatic Colors of #AF52DA
Black with #AF52DA
Text Example
Text Example
White with #AF52DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF52DA; }
p { color: rgb(175,82,218); }
H1.HeaderClassName
{
color: #AF52DA;
}
.AnyTagClassName
{
color: #AF52DA;
}
</style>
background-color css
<style>
a { background-color: #AF52DA; }
a { background-color: rgb(175,82,218); }
div.DivClassName
{
background-color: #AF52DA;
}
.BgClassName
{
background-color: #AF52DA;
}
</style>
border-color css
<style>
span { border-color: #AF52DA; }
span { border-color: rgb(175,82,218); }
td.TdClassName
{
border-color: #AF52DA;
}
.TagClassName
{
border-color: #AF52DA;
}
</style>