Shades of Medium Orchid #AF3DDA
Tints of Medium Orchid #AF3DDA
RGB
CMYK
RGB Variations
Color information
#AF3DDA (or 0xAF3DDA) is known color: Medium Orchid. HEX triplet: AF, 3D and DA. RGB value is (175,61,218). Sum of RGB (Red+Green+Blue) = 175+61+218=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF3DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DDA is #50C225. Grayscale: #707070. Windows color (decimal): -5292582 or 14302639. OLE color: 14302639.
HSL color Cylindrical-coordinate representation of color #AF3DDA: hue angle of 283.57º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3DDA is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 61 | 218 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.15 |
| HSL | 283.57º | 0.68% | 0.55% | - |
| HSV(B) | 283.57º | 0.72% | 0.85% | - |
| XYZ | 32 | 17.51 | 68.02 | - |
| YUV | 112.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 218 | 0.20 | 0.72 | 0 | 0.15 | 283.57 | 0.68 | 0.55 |
| Hex | AF | 3D | DA | 14 | 48 | 0 | F | 11C | 44 | 37 |
| Octal | 257 | 75 | 332 | 24 | 110 | 0 | 17 | 434 | 104 | 67 |
| Binary | 10101111 | 111101 | 11011010 | 10100 | 1001000 | 0 | 1111 | 100011100 | 1000100 | 110111 |
Color Harmonies of #AF3DDA
Complementary color
Monochromatic Colors of #AF3DDA
Black with #AF3DDA
Text Example
Text Example
White with #AF3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DDA; }
p { color: rgb(175,61,218); }
H1.HeaderClassName
{
color: #AF3DDA;
}
.AnyTagClassName
{
color: #AF3DDA;
}
</style>
background-color css
<style>
a { background-color: #AF3DDA; }
a { background-color: rgb(175,61,218); }
div.DivClassName
{
background-color: #AF3DDA;
}
.BgClassName
{
background-color: #AF3DDA;
}
</style>
border-color css
<style>
span { border-color: #AF3DDA; }
span { border-color: rgb(175,61,218); }
td.TdClassName
{
border-color: #AF3DDA;
}
.TagClassName
{
border-color: #AF3DDA;
}
</style>