Shades of Medium Orchid #AF3FDA
Tints of Medium Orchid #AF3FDA
RGB
CMYK
RGB Variations
Color information
#AF3FDA (or 0xAF3FDA) is known color: Medium Orchid. HEX triplet: AF, 3F and DA. RGB value is (175,63,218). Sum of RGB (Red+Green+Blue) = 175+63+218=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF3FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FDA is #50C025. Grayscale: #717171. Windows color (decimal): -5292070 or 14303151. OLE color: 14303151.
HSL color Cylindrical-coordinate representation of color #AF3FDA: hue angle of 283.35º 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 #AF3FDA is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 63 | 218 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.15 |
| HSL | 283.35º | 0.68% | 0.55% | - |
| HSV(B) | 283.35º | 0.71% | 0.85% | - |
| XYZ | 32.11 | 17.73 | 68.06 | - |
| YUV | 114.16 | 186.61 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 218 | 0.20 | 0.71 | 0 | 0.15 | 283.35 | 0.68 | 0.55 |
| Hex | AF | 3F | DA | 14 | 47 | 0 | F | 11B | 44 | 37 |
| Octal | 257 | 77 | 332 | 24 | 107 | 0 | 17 | 433 | 104 | 67 |
| Binary | 10101111 | 111111 | 11011010 | 10100 | 1000111 | 0 | 1111 | 100011011 | 1000100 | 110111 |
Color Harmonies of #AF3FDA
Complementary color
Monochromatic Colors of #AF3FDA
Black with #AF3FDA
Text Example
Text Example
White with #AF3FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FDA; }
p { color: rgb(175,63,218); }
H1.HeaderClassName
{
color: #AF3FDA;
}
.AnyTagClassName
{
color: #AF3FDA;
}
</style>
background-color css
<style>
a { background-color: #AF3FDA; }
a { background-color: rgb(175,63,218); }
div.DivClassName
{
background-color: #AF3FDA;
}
.BgClassName
{
background-color: #AF3FDA;
}
</style>
border-color css
<style>
span { border-color: #AF3FDA; }
span { border-color: rgb(175,63,218); }
td.TdClassName
{
border-color: #AF3FDA;
}
.TagClassName
{
border-color: #AF3FDA;
}
</style>