Shades of Medium Orchid #AF57DC
Tints of Medium Orchid #AF57DC
RGB
CMYK
RGB Variations
Color information
#AF57DC (or 0xAF57DC) is known color: Medium Orchid. HEX triplet: AF, 57 and DC. RGB value is (175,87,220). Sum of RGB (Red+Green+Blue) = 175+87+220=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF57DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57DC is #50A823. Grayscale: #808080. Windows color (decimal): -5285924 or 14440367. OLE color: 14440367.
HSL color Cylindrical-coordinate representation of color #AF57DC: hue angle of 279.7º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF57DC is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 87 | 220 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.14 |
| HSL | 279.7º | 0.66% | 0.6% | - |
| HSV(B) | 279.7º | 0.6% | 0.86% | - |
| XYZ | 34.01 | 21.1 | 69.99 | - |
| YUV | 128.47 | 179.65 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 220 | 0.20 | 0.60 | 0 | 0.14 | 279.7 | 0.66 | 0.6 |
| Hex | AF | 57 | DC | 14 | 3C | 0 | E | 118 | 42 | 3C |
| Octal | 257 | 127 | 334 | 24 | 74 | 0 | 16 | 430 | 102 | 74 |
| Binary | 10101111 | 1010111 | 11011100 | 10100 | 111100 | 0 | 1110 | 100011000 | 1000010 | 111100 |
Color Harmonies of #AF57DC
Complementary color
Monochromatic Colors of #AF57DC
Black with #AF57DC
Text Example
Text Example
White with #AF57DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57DC; }
p { color: rgb(175,87,220); }
H1.HeaderClassName
{
color: #AF57DC;
}
.AnyTagClassName
{
color: #AF57DC;
}
</style>
background-color css
<style>
a { background-color: #AF57DC; }
a { background-color: rgb(175,87,220); }
div.DivClassName
{
background-color: #AF57DC;
}
.BgClassName
{
background-color: #AF57DC;
}
</style>
border-color css
<style>
span { border-color: #AF57DC; }
span { border-color: rgb(175,87,220); }
td.TdClassName
{
border-color: #AF57DC;
}
.TagClassName
{
border-color: #AF57DC;
}
</style>