Shades of Medium Orchid #AF5BDD
Tints of Medium Orchid #AF5BDD
RGB
CMYK
RGB Variations
Color information
#AF5BDD (or 0xAF5BDD) is known color: Medium Orchid. HEX triplet: AF, 5B and DD. RGB value is (175,91,221). Sum of RGB (Red+Green+Blue) = 175+91+221=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF5BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BDD is #50A422. Grayscale: #828282. Windows color (decimal): -5284899 or 14506927. OLE color: 14506927.
HSL color Cylindrical-coordinate representation of color #AF5BDD: hue angle of 278.77º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5BDD is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 91 | 221 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.13 |
| HSL | 278.77º | 0.66% | 0.61% | - |
| HSV(B) | 278.77º | 0.59% | 0.87% | - |
| XYZ | 34.47 | 21.82 | 70.8 | - |
| YUV | 130.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 221 | 0.21 | 0.59 | 0 | 0.13 | 278.77 | 0.66 | 0.61 |
| Hex | AF | 5B | DD | 15 | 3B | 0 | D | 117 | 42 | 3D |
| Octal | 257 | 133 | 335 | 25 | 73 | 0 | 15 | 427 | 102 | 75 |
| Binary | 10101111 | 1011011 | 11011101 | 10101 | 111011 | 0 | 1101 | 100010111 | 1000010 | 111101 |
Color Harmonies of #AF5BDD
Complementary color
Monochromatic Colors of #AF5BDD
Black with #AF5BDD
Text Example
Text Example
White with #AF5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5BDD; }
p { color: rgb(175,91,221); }
H1.HeaderClassName
{
color: #AF5BDD;
}
.AnyTagClassName
{
color: #AF5BDD;
}
</style>
background-color css
<style>
a { background-color: #AF5BDD; }
a { background-color: rgb(175,91,221); }
div.DivClassName
{
background-color: #AF5BDD;
}
.BgClassName
{
background-color: #AF5BDD;
}
</style>
border-color css
<style>
span { border-color: #AF5BDD; }
span { border-color: rgb(175,91,221); }
td.TdClassName
{
border-color: #AF5BDD;
}
.TagClassName
{
border-color: #AF5BDD;
}
</style>