Shades of Medium Orchid #AF5DDA
Tints of Medium Orchid #AF5DDA
RGB
CMYK
RGB Variations
Color information
#AF5DDA (or 0xAF5DDA) is known color: Medium Orchid. HEX triplet: AF, 5D and DA. RGB value is (175,93,218). Sum of RGB (Red+Green+Blue) = 175+93+218=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF5DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DDA is #50A225. Grayscale: #838383. Windows color (decimal): -5284390 or 14310831. OLE color: 14310831.
HSL color Cylindrical-coordinate representation of color #AF5DDA: hue angle of 279.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF5DDA is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 93 | 218 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.15 |
| HSL | 279.36º | 0.63% | 0.61% | - |
| HSV(B) | 279.36º | 0.57% | 0.85% | - |
| XYZ | 34.25 | 22 | 68.77 | - |
| YUV | 131.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 218 | 0.20 | 0.57 | 0 | 0.15 | 279.36 | 0.63 | 0.61 |
| Hex | AF | 5D | DA | 14 | 39 | 0 | F | 117 | 3F | 3D |
| Octal | 257 | 135 | 332 | 24 | 71 | 0 | 17 | 427 | 77 | 75 |
| Binary | 10101111 | 1011101 | 11011010 | 10100 | 111001 | 0 | 1111 | 100010111 | 111111 | 111101 |
Color Harmonies of #AF5DDA
Complementary color
Monochromatic Colors of #AF5DDA
Black with #AF5DDA
Text Example
Text Example
White with #AF5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DDA; }
p { color: rgb(175,93,218); }
H1.HeaderClassName
{
color: #AF5DDA;
}
.AnyTagClassName
{
color: #AF5DDA;
}
</style>
background-color css
<style>
a { background-color: #AF5DDA; }
a { background-color: rgb(175,93,218); }
div.DivClassName
{
background-color: #AF5DDA;
}
.BgClassName
{
background-color: #AF5DDA;
}
</style>
border-color css
<style>
span { border-color: #AF5DDA; }
span { border-color: rgb(175,93,218); }
td.TdClassName
{
border-color: #AF5DDA;
}
.TagClassName
{
border-color: #AF5DDA;
}
</style>