Shades of Medium Orchid #AF5BDC
Tints of Medium Orchid #AF5BDC
RGB
CMYK
RGB Variations
Color information
#AF5BDC (or 0xAF5BDC) is known color: Medium Orchid. HEX triplet: AF, 5B and DC. RGB value is (175,91,220). Sum of RGB (Red+Green+Blue) = 175+91+220=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF5BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BDC is #50A423. Grayscale: #828282. Windows color (decimal): -5284900 or 14441391. OLE color: 14441391.
HSL color Cylindrical-coordinate representation of color #AF5BDC: hue angle of 279.07º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5BDC is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 91 | 220 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.14 |
| HSL | 279.07º | 0.65% | 0.61% | - |
| HSV(B) | 279.07º | 0.59% | 0.86% | - |
| XYZ | 34.34 | 21.76 | 70.1 | - |
| YUV | 130.82 | 178.33 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 220 | 0.20 | 0.59 | 0 | 0.14 | 279.07 | 0.65 | 0.61 |
| Hex | AF | 5B | DC | 14 | 3B | 0 | E | 117 | 41 | 3D |
| Octal | 257 | 133 | 334 | 24 | 73 | 0 | 16 | 427 | 101 | 75 |
| Binary | 10101111 | 1011011 | 11011100 | 10100 | 111011 | 0 | 1110 | 100010111 | 1000001 | 111101 |
Color Harmonies of #AF5BDC
Complementary color
Monochromatic Colors of #AF5BDC
Black with #AF5BDC
Text Example
Text Example
White with #AF5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5BDC; }
p { color: rgb(175,91,220); }
H1.HeaderClassName
{
color: #AF5BDC;
}
.AnyTagClassName
{
color: #AF5BDC;
}
</style>
background-color css
<style>
a { background-color: #AF5BDC; }
a { background-color: rgb(175,91,220); }
div.DivClassName
{
background-color: #AF5BDC;
}
.BgClassName
{
background-color: #AF5BDC;
}
</style>
border-color css
<style>
span { border-color: #AF5BDC; }
span { border-color: rgb(175,91,220); }
td.TdClassName
{
border-color: #AF5BDC;
}
.TagClassName
{
border-color: #AF5BDC;
}
</style>