Shades of Medium Orchid #AF46DC
Tints of Medium Orchid #AF46DC
RGB
CMYK
RGB Variations
Color information
#AF46DC (or 0xAF46DC) is known color: Medium Orchid. HEX triplet: AF, 46 and DC. RGB value is (175,70,220). Sum of RGB (Red+Green+Blue) = 175+70+220=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF46DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46DC is #50B923. Grayscale: #767676. Windows color (decimal): -5290276 or 14436015. OLE color: 14436015.
HSL color Cylindrical-coordinate representation of color #AF46DC: hue angle of 282º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF46DC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 70 | 220 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.14 |
| HSL | 282º | 0.68% | 0.57% | - |
| HSV(B) | 282º | 0.68% | 0.86% | - |
| XYZ | 32.79 | 18.66 | 69.58 | - |
| YUV | 118.5 | 185.29 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 220 | 0.20 | 0.68 | 0 | 0.14 | 282 | 0.68 | 0.57 |
| Hex | AF | 46 | DC | 14 | 44 | 0 | E | 11A | 44 | 39 |
| Octal | 257 | 106 | 334 | 24 | 104 | 0 | 16 | 432 | 104 | 71 |
| Binary | 10101111 | 1000110 | 11011100 | 10100 | 1000100 | 0 | 1110 | 100011010 | 1000100 | 111001 |
Color Harmonies of #AF46DC
Complementary color
Monochromatic Colors of #AF46DC
Black with #AF46DC
Text Example
Text Example
White with #AF46DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF46DC; }
p { color: rgb(175,70,220); }
H1.HeaderClassName
{
color: #AF46DC;
}
.AnyTagClassName
{
color: #AF46DC;
}
</style>
background-color css
<style>
a { background-color: #AF46DC; }
a { background-color: rgb(175,70,220); }
div.DivClassName
{
background-color: #AF46DC;
}
.BgClassName
{
background-color: #AF46DC;
}
</style>
border-color css
<style>
span { border-color: #AF46DC; }
span { border-color: rgb(175,70,220); }
td.TdClassName
{
border-color: #AF46DC;
}
.TagClassName
{
border-color: #AF46DC;
}
</style>