Shades of Medium Orchid #AF5CDA
Tints of Medium Orchid #AF5CDA
RGB
CMYK
RGB Variations
Color information
#AF5CDA (or 0xAF5CDA) is known color: Medium Orchid. HEX triplet: AF, 5C and DA. RGB value is (175,92,218). Sum of RGB (Red+Green+Blue) = 175+92+218=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF5CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CDA is #50A325. Grayscale: #828282. Windows color (decimal): -5284646 or 14310575. OLE color: 14310575.
HSL color Cylindrical-coordinate representation of color #AF5CDA: hue angle of 279.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5CDA is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 92 | 218 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.15 |
| HSL | 279.52º | 0.63% | 0.61% | - |
| HSV(B) | 279.52º | 0.58% | 0.85% | - |
| XYZ | 34.16 | 21.83 | 68.74 | - |
| YUV | 131.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 218 | 0.20 | 0.58 | 0 | 0.15 | 279.52 | 0.63 | 0.61 |
| Hex | AF | 5C | DA | 14 | 3A | 0 | F | 118 | 3F | 3D |
| Octal | 257 | 134 | 332 | 24 | 72 | 0 | 17 | 430 | 77 | 75 |
| Binary | 10101111 | 1011100 | 11011010 | 10100 | 111010 | 0 | 1111 | 100011000 | 111111 | 111101 |
Color Harmonies of #AF5CDA
Complementary color
Monochromatic Colors of #AF5CDA
Black with #AF5CDA
Text Example
Text Example
White with #AF5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CDA; }
p { color: rgb(175,92,218); }
H1.HeaderClassName
{
color: #AF5CDA;
}
.AnyTagClassName
{
color: #AF5CDA;
}
</style>
background-color css
<style>
a { background-color: #AF5CDA; }
a { background-color: rgb(175,92,218); }
div.DivClassName
{
background-color: #AF5CDA;
}
.BgClassName
{
background-color: #AF5CDA;
}
</style>
border-color css
<style>
span { border-color: #AF5CDA; }
span { border-color: rgb(175,92,218); }
td.TdClassName
{
border-color: #AF5CDA;
}
.TagClassName
{
border-color: #AF5CDA;
}
</style>