Shades of Medium Orchid #AF5DC2
Tints of Medium Orchid #AF5DC2
RGB
CMYK
RGB Variations
Color information
#AF5DC2 (or 0xAF5DC2) is known color: Medium Orchid. HEX triplet: AF, 5D and C2. RGB value is (175,93,194). Sum of RGB (Red+Green+Blue) = 175+93+194=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF5DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DC2 is #50A23D. Grayscale: #808080. Windows color (decimal): -5284414 or 12737967. OLE color: 12737967.
HSL color Cylindrical-coordinate representation of color #AF5DC2: hue angle of 288.71º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5DC2 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 93 | 194 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.24 |
| HSL | 288.71º | 0.45% | 0.56% | - |
| HSV(B) | 288.71º | 0.52% | 0.76% | - |
| XYZ | 31.33 | 20.84 | 53.41 | - |
| YUV | 129.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 194 | 0.10 | 0.52 | 0 | 0.24 | 288.71 | 0.45 | 0.56 |
| Hex | AF | 5D | C2 | A | 34 | 0 | 18 | 121 | 2D | 38 |
| Octal | 257 | 135 | 302 | 12 | 64 | 0 | 30 | 441 | 55 | 70 |
| Binary | 10101111 | 1011101 | 11000010 | 1010 | 110100 | 0 | 11000 | 100100001 | 101101 | 111000 |
Color Harmonies of #AF5DC2
Complementary color
Monochromatic Colors of #AF5DC2
Black with #AF5DC2
Text Example
Text Example
White with #AF5DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DC2; }
p { color: rgb(175,93,194); }
H1.HeaderClassName
{
color: #AF5DC2;
}
.AnyTagClassName
{
color: #AF5DC2;
}
</style>
background-color css
<style>
a { background-color: #AF5DC2; }
a { background-color: rgb(175,93,194); }
div.DivClassName
{
background-color: #AF5DC2;
}
.BgClassName
{
background-color: #AF5DC2;
}
</style>
border-color css
<style>
span { border-color: #AF5DC2; }
span { border-color: rgb(175,93,194); }
td.TdClassName
{
border-color: #AF5DC2;
}
.TagClassName
{
border-color: #AF5DC2;
}
</style>