Shades of Medium Orchid #AF40DA
Tints of Medium Orchid #AF40DA
RGB
CMYK
RGB Variations
Color information
#AF40DA (or 0xAF40DA) is known color: Medium Orchid. HEX triplet: AF, 40 and DA. RGB value is (175,64,218). Sum of RGB (Red+Green+Blue) = 175+64+218=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF40DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40DA is #50BF25. Grayscale: #727272. Windows color (decimal): -5291814 or 14303407. OLE color: 14303407.
HSL color Cylindrical-coordinate representation of color #AF40DA: hue angle of 283.25º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF40DA is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 64 | 218 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.15 |
| HSL | 283.25º | 0.68% | 0.55% | - |
| HSV(B) | 283.25º | 0.71% | 0.85% | - |
| XYZ | 32.17 | 17.84 | 68.08 | - |
| YUV | 114.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 218 | 0.20 | 0.71 | 0 | 0.15 | 283.25 | 0.68 | 0.55 |
| Hex | AF | 40 | DA | 14 | 47 | 0 | F | 11B | 44 | 37 |
| Octal | 257 | 100 | 332 | 24 | 107 | 0 | 17 | 433 | 104 | 67 |
| Binary | 10101111 | 1000000 | 11011010 | 10100 | 1000111 | 0 | 1111 | 100011011 | 1000100 | 110111 |
Color Harmonies of #AF40DA
Complementary color
Monochromatic Colors of #AF40DA
Black with #AF40DA
Text Example
Text Example
White with #AF40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40DA; }
p { color: rgb(175,64,218); }
H1.HeaderClassName
{
color: #AF40DA;
}
.AnyTagClassName
{
color: #AF40DA;
}
</style>
background-color css
<style>
a { background-color: #AF40DA; }
a { background-color: rgb(175,64,218); }
div.DivClassName
{
background-color: #AF40DA;
}
.BgClassName
{
background-color: #AF40DA;
}
</style>
border-color css
<style>
span { border-color: #AF40DA; }
span { border-color: rgb(175,64,218); }
td.TdClassName
{
border-color: #AF40DA;
}
.TagClassName
{
border-color: #AF40DA;
}
</style>